mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-22 17:04:31 +03:00
Revert to pull_request_target
on Remove Labels workflow
This commit is contained in:
parent
fd8a149ae6
commit
01dd04f14a
4
.github/workflows/remove-labels.yml
vendored
4
.github/workflows/remove-labels.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Remove Outdated Labels
|
name: Remove Outdated Labels
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
issues:
|
issues:
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
remove-closed-pr-labels:
|
remove-closed-pr-labels:
|
||||||
name: Remove closed pull request labels
|
name: Remove closed pull request labels
|
||||||
if: github.event_name == 'pull_request' && (! github.event.pull_request.merged)
|
if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/create-github-app-token@v1
|
- uses: actions/create-github-app-token@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user