We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01eba9a commit d5a1f45Copy full SHA for d5a1f45
.github/workflows/find-reviewer.yml
@@ -84,11 +84,11 @@ jobs:
84
cd build/reviewer
85
./git-reviewer.php find ${{ github.event.client_payload.pull_request_number }} ${{ steps.target-repo.outputs.dir }} \
86
--after `date +%Y-%m-%d --date="2 year ago"` \
87
- --ignore-path "src/Symfony/FrameworkBundle/*" \
88
--ignore-path "src/Symfony/Bundle/FrameworkBundle/*" \
89
--ignore-path "src/**/Tests/*" \
90
--ignore-path CHANGELOG*.md \
91
--ignore-path UPGRADE*.md \
+ --ignore-path composer.json \
92
--pretty-print > output.json
93
94
cat output.json
0 commit comments