Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 0e648b4

Browse files
authored
Add enforce-label workflow (#180)
1 parent 886b9a4 commit 0e648b4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/enforce-label.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Enforce PR label
2+
3+
permissions:
4+
contents: read
5+
6+
on:
7+
pull_request:
8+
types: [labeled, unlabeled, opened, edited, synchronize]
9+
jobs:
10+
enforce-label:
11+
runs-on: ubuntu-latest
12+
permissions:
13+
pull-requests: write
14+
steps:
15+
- name: enforce-triage-label
16+
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1

0 commit comments

Comments
 (0)