mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:27:21 +00:00
Merge pull request #11281 from opensourcerouting/fix/gh_actions
github: Use pull_request_target as a target
This commit is contained in:
commit
dcf6441e3f
3
.github/workflows/base-branch-label.yml
vendored
3
.github/workflows/base-branch-label.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user