Skip to content

Commit 4e32f88

Browse files
authored
Merge pull request #156 from nodenv/definition-automerge
Fix definition automerge
2 parents 9c7b383 + 77f71d4 commit 4e32f88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/definitions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: |
2828
git push -fu origin HEAD
2929
gh pr create --fill -t "Scraped definitions"
30-
gh pr merge --auto
30+
gh pr merge --auto --merge
3131
env:
3232
GH_TOKEN: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)