Skip to content

Commit f2349ce

Browse files
Enable Automerge
1 parent ce4b08d commit f2349ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/callable-qa.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ jobs:
7171
git switch pr
7272
git stash pop -q
7373
74+
-
75+
name: Enable Automerge
76+
if: "always() && steps.checkout.outcome == 'success'"
77+
run: gh pr merge --auto --squash ${{ github.event.number }}
78+
env:
79+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+
7481
-
7582
name: Compute diff between recipe versions
7683
if: "always() && steps.checkout.outcome == 'success'"

0 commit comments

Comments
 (0)