diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-03-19 17:40:19 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-03-19 17:40:19 +0100 |
| commit | 15119f29cd8c8eeb49cb109611dca22c21740bab (patch) | |
| tree | f8ba63a4fe49335689240f018cbe87dbd6a02c11 /.github | |
| parent | 8f4074e4288ecb14b69087c24bd30dc0b47b68d9 (diff) | |
| download | PROJ-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.yml | 2 |
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 |
