Skip to content

Commit

Permalink
Run label check on every commit and label change
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Jan 5, 2023
1 parent d0f068f commit aa1a9c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr_label_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ name: PR label check
on:
pull_request:
types:
# Default types
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
- opened
- reopened
- synchronize
# Label is changed
- labeled
- unlabeled

Expand Down

0 comments on commit aa1a9c0

Please sign in to comment.