File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
- name : List number of open PRs
82
82
id : list-prs
83
83
run : |
84
- json_output=$(gh pr list -l 'cleanup' -R $OWNER/$REPO -L 100 --json id)
84
+ json_output=$(gh pr list -l 'cleanup' -R $OWNER/$REPO -L 20 --json id)
85
85
echo "prs=$json_output" | tee -a "$GITHUB_OUTPUT"
86
86
env :
87
87
GH_TOKEN : ${{ secrets.token }}
@@ -117,7 +117,7 @@ jobs:
117
117
working-directory : ${{ matrix.bundles }}
118
118
if : ${{ inputs.do-quickfix && fromJson(steps.list-prs.outputs.prs)[9] == null }}
119
119
run : >-
120
- xvfb-run mvn -B -ntp tycho-cleancode:quickfix@quickfixes
120
+ xvfb-run mvn -B -ntp -e tycho-cleancode:quickfix@quickfixes
121
121
- name : Create final PR description
122
122
working-directory : ${{ matrix.bundles }}/target
123
123
if : ${{ hashFiles(format('{0}/target/quickfix.md', matrix.bundles)) != '' || hashFiles(format('{0}/target/cleanups.md', matrix.bundles)) != '' }}
You can’t perform that action at this time.
0 commit comments