mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
enforce labels on PRs (#6235)
This commit is contained in:
parent
d5f0c97091
commit
601ac0e4f4
11
.github/workflows/enforce-label.yml
vendored
Normal file
11
.github/workflows/enforce-label.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Enforce PR label
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [labeled, unlabeled, opened, edited, synchronize]
|
||||
jobs:
|
||||
enforce-label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: enforce-triage-label
|
||||
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1
|
Loading…
Reference in New Issue
Block a user