Skip to content

Commit

Permalink
git/workflow: add types to know when to run the check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Aug 13, 2024
1 parent 4938cc0 commit 69ea6e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_label.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Verify Pull Request Labels

on: [pull_request_target]

on:
pull_request_target:
types: [opened, reopened, labeled, unlabeled]

jobs:
verify_pr_labels:
Expand Down

0 comments on commit 69ea6e5

Please sign in to comment.