Skip to content

Commit

Permalink
Merge pull request #418 from jtpio/enforce-labels-workflow
Browse files Browse the repository at this point in the history
Enforce labels on PRs
  • Loading branch information
jtpio committed Nov 19, 2021
2 parents 9e4d12a + d21d868 commit 5036828
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/enforce-labels.yml
@@ -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

0 comments on commit 5036828

Please sign in to comment.