Browse Source

Enable backport bot for pull requests

pull/29645/head
rstoyanchev 3 years ago
parent
commit
52c073724d
  1. 2
      .github/workflows/backport-bot.yml

2
.github/workflows/backport-bot.yml

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

Loading…
Cancel
Save