1
0
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:
Álvaro Mondéjar Rubio 2024-05-28 15:05:21 +02:00 committed by GitHub
parent fd8a149ae6
commit 01dd04f14a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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