diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/backport.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index d281bb1404..75ee81d368 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -2,8 +2,6 @@ name: Backport on: pull_request_target: types: [closed, labeled] - issue_comment: - types: [created] jobs: backport: permissions: @@ -14,10 +12,6 @@ jobs: github.repository_owner == 'neovim' && ( github.event_name == 'pull_request_target' && github.event.pull_request.merged - ) || ( - github.event_name == 'issue_comment' && - github.event.issue.pull_request && - contains(github.event.comment.body, '/backport') ) runs-on: ubuntu-latest steps: |