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 a96e946 commit 8aef498Copy full SHA for 8aef498
.github/workflows/update-from-template.yml
@@ -200,7 +200,7 @@ jobs:
200
GH_TOKEN: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }}
201
run: |
202
not_failed_conclusion="skipped|neutral|success"
203
- not_relevant_app_slug="dependabot|github-pages"
+ not_relevant_app_slug="dependabot|github-pages|sonarcloud"
204
205
echo "Waiting for checks to start..."
206
sleep 40s
@@ -254,8 +254,8 @@ jobs:
254
sleep 30s
255
done
256
257
- echo "Timed out"
258
- echo "perform=0" >> $GITHUB_OUTPUT
+ echo "Timed out - Assuming executor starvation - Forcing merge"
+ echo "perform=1" >> $GITHUB_OUTPUT
259
260
- name: Auto-merge update_branch_merged
261
if: steps.auto-merge-check.outputs.perform == 1
0 commit comments