Merge pull request #11281 from opensourcerouting/fix/gh_actions

github: Use pull_request_target as a target
This commit is contained in:
Donald Sharp 2022-05-26 07:32:11 -04:00 committed by GitHub
commit dcf6441e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: Add base branch label name: Add base branch label
on: on:
pull_request: pull_request_target:
types: types:
- opened - opened
- reopened - reopened
@ -13,7 +13,6 @@ jobs:
contents: read contents: read
pull-requests: write pull-requests: write
steps: steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1 - uses: actions-ecosystem/action-add-labels@v1
with: with:
labels: | labels: |