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 1a2fdac commit d577120Copy full SHA for d577120
.github/workflows/enforce-label.yml
@@ -0,0 +1,11 @@
1
+name: Enforce PR label
2
+
3
+on:
4
+ pull_request:
5
+ types: [labeled, unlabeled, opened, edited, synchronize]
6
+jobs:
7
+ enforce-label:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: enforce-triage-label
11
+ uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1
0 commit comments