Skip to content

Commit c0aeded

Browse files
ci: FM continue if automerge is not available
1 parent 63e8645 commit c0aeded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/follow-merge-upstream-repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ jobs:
143143
'
144144
145145
- name: Enable AutoMerge
146-
id: enable-pr-automerge
147146
if: steps.fm.outputs.event_action == 'merged'
147+
continue-on-error: true
148148
shell: bash
149149
env:
150150
GIT_PAT: ${{ secrets.GIT_PAT }}

0 commit comments

Comments
 (0)