Give auto-merge label workflow permission to add labels to issues (#18078)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor 2025-05-13 15:53:13 +01:00 committed by GitHub
parent 009d9e7590
commit fc407a1425
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Add label on auto-merge enabled
permissions:
issues: write
pull-requests: write
on:
pull_request_target:
types:

View File

@ -1,6 +1,6 @@
name: PR Reminder Comment Bot
permissions:
issues: write
pull-requests: write
on:
pull_request_target:
types: [opened]