mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Allow bot PRs to be automatically labeled (#6414)
This commit is contained in:
parent
ec4ce20b91
commit
203af66943
2
.github/workflows/enforce-label.yml
vendored
2
.github/workflows/enforce-label.yml
vendored
@ -6,6 +6,8 @@ on:
|
||||
jobs:
|
||||
enforce-label:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: enforce-triage-label
|
||||
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1
|
||||
|
Loading…
Reference in New Issue
Block a user