Skip to content

Commit 9d6fd8f

Browse files
committed
feature #169 Ignore changes to composer.json when looking for reviewer (Nyholm)
This PR was merged into the master branch. Discussion ---------- Ignore changes to composer.json when looking for reviewer See symfony/symfony#40436 (comment) Commits ------- d5a1f45 Ignore changes to composer.json when looking for reviewer
2 parents f469464 + d5a1f45 commit 9d6fd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/find-reviewer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ jobs:
8484
cd build/reviewer
8585
./git-reviewer.php find ${{ github.event.client_payload.pull_request_number }} ${{ steps.target-repo.outputs.dir }} \
8686
--after `date +%Y-%m-%d --date="2 year ago"` \
87-
--ignore-path "src/Symfony/FrameworkBundle/*" \
8887
--ignore-path "src/Symfony/Bundle/FrameworkBundle/*" \
8988
--ignore-path "src/**/Tests/*" \
9089
--ignore-path CHANGELOG*.md \
9190
--ignore-path UPGRADE*.md \
91+
--ignore-path composer.json \
9292
--pretty-print > output.json
9393
9494
cat output.json

0 commit comments

Comments
 (0)