We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7bcdd commit 77be2f5Copy full SHA for 77be2f5
.github/workflows/enforce-label.yml
@@ -6,6 +6,8 @@ on:
6
jobs:
7
enforce-label:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ pull-requests: write
11
steps:
12
- name: enforce-triage-label
13
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1
0 commit comments