Skip to content

Commit 7f439a6

Browse files
committed
allow autofix & staging-autofix to label PRs
Signed-off-by: Nghia Tran <tcnghia@gmail.com>
1 parent 198a912 commit 7f439a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/chainguard/autofix.sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ permissions:
66
actions: read
77
checks: write
88
contents: write
9-
pull_requests: read
9+
pull_requests: write
1010
statuses: read
1111
workflows: write # Allow triggering actions when authoring commits.

.github/chainguard/staging-autofix.sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
actions: read
77
checks: write
88
contents: write
9-
pull_requests: read
9+
pull_requests: write
1010
statuses: read
1111
workflows: write # Allow triggering actions when authoring commits.
1212

0 commit comments

Comments
 (0)