Skip to content

Commit

Permalink
ci(pr-labeler): run on pull_request
Browse files Browse the repository at this point in the history
Run the `.github/workflows/pr-labeler.yml` action on `pull_request`
if the appropriate files have been changed, just to test the changes.
  • Loading branch information
aloisklink committed Sep 24, 2023
1 parent a1673d3 commit f6ee521
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ on:
# - https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
types: [opened, reopened, synchronize]

pull_request:
# Only needed for testing: the `pull_request_target` action will also run
paths:
- .github/workflows/pr-labeler.yml
- .github/pr-labeler.yml
types: [opened, reopened, synchronize]

permissions:
contents: read

Expand Down

0 comments on commit f6ee521

Please sign in to comment.