Skip to content

Commit

Permalink
Merge pull request #6 from krassowski/enforce-label
Browse files Browse the repository at this point in the history
Add enforce-label check
  • Loading branch information
krassowski authored Dec 11, 2022
2 parents 3532e7d + 3d3e954 commit 886f569
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/enforce-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Enforce PR label

on:
pull_request_target:
types: [labeled, unlabeled, opened, edited, synchronize]
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

0 comments on commit 886f569

Please sign in to comment.