mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(ci/backport): check for event_name == "pull_request_target"
[skip ci]
This commit is contained in:
parent
828bf128a6
commit
50c8cc3020
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
name: Backport Pull Request
|
||||
if: >
|
||||
github.repository_owner == 'neovim' && (
|
||||
github.event_name == 'pull_request' &&
|
||||
github.event_name == 'pull_request_target' &&
|
||||
github.event.pull_request.merged
|
||||
) || (
|
||||
github.event_name == 'issue_comment' &&
|
||||
|
Loading…
Reference in New Issue
Block a user