aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-03-19 17:40:19 +0100
committerKristian Evers <kristianevers@gmail.com>2021-03-19 17:40:19 +0100
commit15119f29cd8c8eeb49cb109611dca22c21740bab (patch)
treef8ba63a4fe49335689240f018cbe87dbd6a02c11 /.github
parent8f4074e4288ecb14b69087c24bd30dc0b47b68d9 (diff)
downloadPROJ-15119f29cd8c8eeb49cb109611dca22c21740bab.tar.gz
PROJ-15119f29cd8c8eeb49cb109611dca22c21740bab.zip
backport action: specify pull_request_target instead of pull_request
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 4478028a..3e5f0215 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -1,6 +1,6 @@
name: Backport
on:
- pull_request:
+ pull_request_target:
types:
- closed
- labeled