diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-30 00:58:08 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-30 00:58:08 +0100 |
commit | da8caebb613cb92ac12b4a09bd4670d59dd2cc2b (patch) | |
tree | 69f0f20af5af42273f7d2e5e32f27057f2e721b1 /.github/workflows/remove-labels-on-pr-close.yml | |
parent | bdecdee7745c5713f7430fc9936d9d3dfe367df0 (diff) | |
download | skyhanni-da8caebb613cb92ac12b4a09bd4670d59dd2cc2b.tar.gz skyhanni-da8caebb613cb92ac12b4a09bd4670d59dd2cc2b.tar.bz2 skyhanni-da8caebb613cb92ac12b4a09bd4670d59dd2cc2b.zip |
pull_request_target > pull_request
Diffstat (limited to '.github/workflows/remove-labels-on-pr-close.yml')
-rw-r--r-- | .github/workflows/remove-labels-on-pr-close.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/remove-labels-on-pr-close.yml b/.github/workflows/remove-labels-on-pr-close.yml index 477c90d9f..fd73b7aab 100644 --- a/.github/workflows/remove-labels-on-pr-close.yml +++ b/.github/workflows/remove-labels-on-pr-close.yml @@ -3,7 +3,7 @@ name: "Remove All Labels" on: - pull_request: + pull_request_target: types: [closed] jobs: |