Skip to content

Commit

Permalink
chore: use other pull_request_target trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Dec 3, 2021
1 parent 0d3c3ae commit d0b197e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Label size of PRs
on: pull_request
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
size-label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d0b197e

Please sign in to comment.