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 8181 - name : List number of open PRs
8282 id : list-prs
8383 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)
8585 echo "prs=$json_output" | tee -a "$GITHUB_OUTPUT"
8686 env :
8787 GH_TOKEN : ${{ secrets.token }}
@@ -117,7 +117,7 @@ jobs:
117117 working-directory : ${{ matrix.bundles }}
118118 if : ${{ inputs.do-quickfix && fromJson(steps.list-prs.outputs.prs)[9] == null }}
119119 run : >-
120- xvfb-run mvn -B -ntp tycho-cleancode:quickfix@quickfixes
120+ xvfb-run mvn -B -ntp -e tycho-cleancode:quickfix@quickfixes
121121 - name : Create final PR description
122122 working-directory : ${{ matrix.bundles }}/target
123123 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