Browse Source

Correct event name in backport bot config

pull/29645/head
rstoyanchev 2 years ago
parent
commit
507c9697fb
  1. 2
      .github/workflows/backport-bot.yml

2
.github/workflows/backport-bot.yml

@ -3,7 +3,7 @@ name: Backport Bot @@ -3,7 +3,7 @@ name: Backport Bot
on:
issues:
types: [labeled]
pull_requests:
pull_request:
types: [labeled]
push:
branches:

Loading…
Cancel
Save