Skip to content

Commit d5bcee7

Browse files
authored
Update merge-prs.yml
1 parent fd26d0d commit d5bcee7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/merge-prs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2
13-
- name: Merge pull request
14-
uses: peter-evans/merge-pull-request-action@v2.5.1
15-
with:
16-
github-token: ${{ secrets.GITHUB_TOKEN }}
13+
- name: auto-pull-request-merge
14+
# You may pin to the exact commit or the version.
15+
# uses: KeisukeYamashita/auto-pull-request-merge@68fa2d9d8e449e217aa37bda2e51e3e86ace3bfb
16+
uses: KeisukeYamashita/auto-pull-request-merge@v1.0.6
17+

0 commit comments

Comments
 (0)