Skip to content

Commit

Permalink
change push to pull_request type edited
Browse files Browse the repository at this point in the history
  • Loading branch information
dschult committed Nov 30, 2023
1 parent 6bfea96 commit 0c6d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
pull_request:
types:
- opened
- edited
- labeled
- unlabeled
push:

env:
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
Expand Down

0 comments on commit 0c6d727

Please sign in to comment.