chore: use other pull_request_target trigger

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
Christian Kotzbauer 2021-12-03 07:16:50 +01:00
parent 1e97f8bdf9
commit afab947216
1 changed files with 3 additions and 1 deletions

View File

@ -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