Notebook 6 CI updates #2793
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pull requests to this repo should have a triage label, | |
# this workflow ensures that this is the case. | |
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 |