Browse Source

BackportBot ignores pull-requests

pull/28569/head
Rob Winch 2 years ago
parent
commit
5f4bcf197c
  1. 2
      .github/workflows/backport-bot.yml

2
.github/workflows/backport-bot.yml

@ -3,8 +3,6 @@ name: Backport Bot @@ -3,8 +3,6 @@ name: Backport Bot
on:
issues:
types: [labeled]
pull_request:
types: [labeled]
push:
branches:
- '*.x'

Loading…
Cancel
Save