Skip to content

Commit c35c1f8

Browse files
committed
ci(actions): specify auto-merge using version, use latest version
1 parent 95c8031 commit c35c1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: automerge
25-
uses: 'pascalgn/automerge-action@f81beb99aef41bb55ad072857d43073fba833a98'
25+
uses: 'pascalgn/automerge-action@v0.14.1'
2626
env:
2727
GITHUB_TOKEN: '${{ secrets.AUTOMERGE_TOKEN }}'
2828
MERGE_LABELS: 'automerge,!work in progress'

0 commit comments

Comments
 (0)