Skip to content

Commit 7db4cf7

Browse files
Merge pull request #11 from codenamephp/updateChangelogWorkflow
Try different action
2 parents 60a841b + 65d336e commit 7db4cf7

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/update-changelog.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,15 @@ jobs:
3535
branch: changelog
3636
delete-branch: true
3737
title: '[CHANGELOG] Update changelog'
38+
labels: changelog
3839

3940

4041
- name: Merge pull request
41-
uses: KeisukeYamashita/auto-pull-request-merge@v1
42+
uses: squalrus/merge-bot@v0.4.5
4243
with:
43-
pullRequestNumber: ${{ steps.cpr.outputs.pull-request-number }}
44-
intervalSeconds: 5
45-
checkStatus: false
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
test: true
46+
reviewers: true
47+
labels: changelog
48+
checks_enabled: true
49+
delete_source_branch: true

0 commit comments

Comments
 (0)