Skip to content

Commit 8aef498

Browse files
committed
Update update-from-template.yml
1 parent a96e946 commit 8aef498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-from-template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
GH_TOKEN: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }}
201201
run: |
202202
not_failed_conclusion="skipped|neutral|success"
203-
not_relevant_app_slug="dependabot|github-pages"
203+
not_relevant_app_slug="dependabot|github-pages|sonarcloud"
204204
205205
echo "Waiting for checks to start..."
206206
sleep 40s
@@ -254,8 +254,8 @@ jobs:
254254
sleep 30s
255255
done
256256
257-
echo "Timed out"
258-
echo "perform=0" >> $GITHUB_OUTPUT
257+
echo "Timed out - Assuming executor starvation - Forcing merge"
258+
echo "perform=1" >> $GITHUB_OUTPUT
259259
260260
- name: Auto-merge update_branch_merged
261261
if: steps.auto-merge-check.outputs.perform == 1

0 commit comments

Comments
 (0)