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 | |
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')
-rw-r--r-- | .github/workflows/label-merge-conflict.yml | 2 | ||||
-rw-r--r-- | .github/workflows/remove-labels-on-pr-close.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/label-merge-conflict.yml b/.github/workflows/label-merge-conflict.yml index 6c0268d6c..19e88ede7 100644 --- a/.github/workflows/label-merge-conflict.yml +++ b/.github/workflows/label-merge-conflict.yml @@ -4,7 +4,7 @@ on: push: branches: [ beta ] # So that the `dirtyLabel` is removed if conflicts are resolve - # We recommend `pull_request_target` so that github secrets are available. + # We recommend `pull_request_target` so that GitHub secrets are available. # In `pull_request` we wouldn't be able to change labels of fork PRs pull_request_target: types: [ opened, synchronize ] 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: |