Skip to content

Commit 0fb7e50

Browse files
committed
remove size label action
1 parent 2653492 commit 0fb7e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_auto_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- unlabeled
77
check_suite:
88
types:
9-
- success
9+
- success
1010
status: {}
1111
jobs:
1212
automerge:
@@ -34,6 +34,6 @@ jobs:
3434
id: automerge
3535
uses: 'pascalgn/[email protected]'
3636
env:
37-
GITHUB_TOKEN: '${{ secrets.BOT_PAT }}'
37+
GITHUB_TOKEN: '${{ secrets.KUBE_BOT_PAT }}'
3838
MERGE_LABELS: 'approved,lgtm,!WIP,!hold'
3939
MERGE_METHOD: squash

0 commit comments

Comments
 (0)