Browse Source

Backport PR #12509: Allow bot PRs to be automatically labeled (#12527)

Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
MeeseeksMachine 3 years ago
parent
commit
cc15d968c7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/enforce-label.yml

+ 2 - 0
.github/workflows/enforce-label.yml

@@ -6,6 +6,8 @@ on:
 jobs:
   enforce-label:
     runs-on: ubuntu-latest
+    permissions:
+      pull-requests: write
     steps:
       - name: enforce-triage-label
         uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1