Skip to content

Commit

Permalink
[WF] Run on pull_request_target (#1496)
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Volkel <[email protected]>
  • Loading branch information
benedikt-voelkel and Benedikt Volkel authored Feb 23, 2024
1 parent 1ce5e58 commit 340b4fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/async-list-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
name: Collect and print async labels

'on':
pull_request:
pull_request_target:
types:
- opened
- reopened
branches:
- master

permissions:
pull-requests: write # to update labels
permissions: {}

jobs:
list_async_labels:
Expand Down

0 comments on commit 340b4fe

Please sign in to comment.