aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/remove-labels-on-pr-close.yml
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-30 00:58:08 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-30 00:58:08 +0100
commitda8caebb613cb92ac12b4a09bd4670d59dd2cc2b (patch)
tree69f0f20af5af42273f7d2e5e32f27057f2e721b1 /.github/workflows/remove-labels-on-pr-close.yml
parentbdecdee7745c5713f7430fc9936d9d3dfe367df0 (diff)
downloadskyhanni-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.yml2
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: