From 7f439a6695133d4f498df0e2f9d9161a64102d8f Mon Sep 17 00:00:00 2001 From: Nghia Tran Date: Thu, 8 Jan 2026 08:21:11 -0800 Subject: [PATCH] allow autofix & staging-autofix to label PRs Signed-off-by: Nghia Tran --- .github/chainguard/autofix.sts.yaml | 2 +- .github/chainguard/staging-autofix.sts.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/chainguard/autofix.sts.yaml b/.github/chainguard/autofix.sts.yaml index d1be243..3746361 100644 --- a/.github/chainguard/autofix.sts.yaml +++ b/.github/chainguard/autofix.sts.yaml @@ -6,6 +6,6 @@ permissions: actions: read checks: write contents: write - pull_requests: read + pull_requests: write statuses: read workflows: write # Allow triggering actions when authoring commits. diff --git a/.github/chainguard/staging-autofix.sts.yaml b/.github/chainguard/staging-autofix.sts.yaml index 0429fd8..e04d4cd 100644 --- a/.github/chainguard/staging-autofix.sts.yaml +++ b/.github/chainguard/staging-autofix.sts.yaml @@ -6,7 +6,7 @@ permissions: actions: read checks: write contents: write - pull_requests: read + pull_requests: write statuses: read workflows: write # Allow triggering actions when authoring commits.