We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366fb4c commit 76ef9a9Copy full SHA for 76ef9a9
.github/workflows/release-rh-shield-operator.yaml
@@ -112,7 +112,7 @@ jobs:
112
image checksum, as well as adjusting some metadata that is required for certification.
113
114
- name: Wait for Pull Request to be merged
115
- uses: Wandalen/wretry.action@v3.7.3
+ uses: Wandalen/wretry.action@v3.8.0
116
with:
117
command: gh pr view ${{ steps.open-pr.outputs.pull-request-number }} --json state -q .state | grep MERGED
118
attempt_limit: 240 # Results in 2 hours of waiting
0 commit comments