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