Skip to content

Commit 3728763

Browse files
committed
enable auto-merge
1 parent 4720090 commit 3728763

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/repo-sync.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ jobs:
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
number: ${{ steps.find-pull-request.outputs.number }}
52+
53+
- name: Merge Pull Request
54+
if: ${{ steps.find-pull-request.outputs.number }}
55+
uses: juliangruber/merge-pull-request-action@v1
56+
with:
57+
github-token: ${{ secrets.GITHUB_TOKEN }}
58+
number: ${{ steps.find-pull-request.outputs.number }}
59+
method: merge

0 commit comments

Comments
 (0)