Skip to content

Commit b8499a5

Browse files
authored
Allow enforce PR label workflow to add labels
1 parent 6f448d2 commit b8499a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/enforce-label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
enforce-label:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
pull-requests: write
1315
steps:
1416
- name: enforce-triage-label
1517
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1

0 commit comments

Comments
 (0)