diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-05-26 07:32:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 07:32:11 -0400 |
| commit | dcf6441e3f277a3ceeae705232c90ac6345e1d14 (patch) | |
| tree | 169619d75aafe0431d472c846be8b75b52a5a3f6 | |
| parent | 1ebae15eaff974b4ac264cebef2a0fd273bbb2da (diff) | |
| parent | 4588d0cb4955e47a7ad3c38963a018a0284ac990 (diff) | |
Merge pull request #11281 from opensourcerouting/fix/gh_actions
github: Use pull_request_target as a target
| -rw-r--r-- | .github/workflows/base-branch-label.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/base-branch-label.yml b/.github/workflows/base-branch-label.yml index 9572ee7ee2..01da280911 100644 --- a/.github/workflows/base-branch-label.yml +++ b/.github/workflows/base-branch-label.yml @@ -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: | |
