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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
@ -13,7 +13,6 @@ jobs:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-ecosystem/action-add-labels@v1
|
||||
with:
|
||||
labels: |
|
||||
|
Loading…
Reference in New Issue
Block a user