From 6d08d496fa528aff86cc48ca9570f9aa8b7e935a Mon Sep 17 00:00:00 2001 From: thorium <102315529+thorium-cfx@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:03:55 +0100 Subject: [PATCH] fix(github): give permissions to label PRs I was unable to test this on my own repos, but research shows it's related to missing the `issues` write permission. One would expect this to be fine with `pull-requests` write permissions. --- .github/workflows/pr_opened.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_opened.yml b/.github/workflows/pr_opened.yml index f1753245c0..fc9caa3603 100644 --- a/.github/workflows/pr_opened.yml +++ b/.github/workflows/pr_opened.yml @@ -14,6 +14,7 @@ on: - '!*.sh' permissions: + issues: write pull-requests: write concurrency: