Skip to content

Commit c66826c

Browse files
author
Nikolai Emil Damm
committed
feat(workflow): enable automatic merging of pull requests
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent 1f72b43 commit c66826c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/readme-tree.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@ jobs:
4646
author: ${{ steps.app-token.outputs.app-slug }}[bot] <${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>
4747
committer: ${{ steps.app-token.outputs.app-slug }}[bot] <${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>
4848
sign-commits: true
49+
- name: Enable Pull Request Automerge
50+
run: gh pr merge --merge --auto "1"
51+
env:
52+
GH_TOKEN: ${{ steps.app-token.outputs.token }}
4953

0 commit comments

Comments
 (0)