Skip to content

Commit fc407a1

Browse files
authored
Give auto-merge label workflow permission to add labels to issues (vllm-project#18078)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 009d9e7 commit fc407a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add_label_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Add label on auto-merge enabled
22
permissions:
3-
issues: write
3+
pull-requests: write
44
on:
55
pull_request_target:
66
types:

.github/workflows/reminder_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PR Reminder Comment Bot
22
permissions:
3-
issues: write
3+
pull-requests: write
44
on:
55
pull_request_target:
66
types: [opened]

0 commit comments

Comments
 (0)