mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02: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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- closed
|
||||
issues:
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
remove-closed-pr-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
|
||||
steps:
|
||||
- uses: actions/create-github-app-token@v1
|
||||
|
Loading…
Reference in New Issue
Block a user