From 6a41075dd6ffaef1b677de7786da125fd28f1941 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 22 Sep 2024 12:46:31 -0700 Subject: [PATCH] ci: Give semantic PRs permissions on issues as an experiment (#1567) --- .github/workflows/semantic-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-prs.yml b/.github/workflows/semantic-prs.yml index 0d257b73..16b87f46 100644 --- a/.github/workflows/semantic-prs.yml +++ b/.github/workflows/semantic-prs.yml @@ -11,7 +11,7 @@ on: permissions: pull-requests: read - statuses: write + issues: write jobs: main: