ci(backport): remove triggering by comment (#18210)

Triggering by comment is not needed. Applying the label is enough to
trigger the backport action.
This commit is contained in:
zeertzjq
2022-04-24 05:26:42 +08:00
committed by GitHub
parent d3df415228
commit cfaf7440fc
2 changed files with 2 additions and 11 deletions

View File

@@ -57,11 +57,8 @@ has a major bug:
The neovim repository includes a backport [github action](https://github.com/zeebe-io/backport-action).
In order to trigger the action, a PR must be labeled with a label matching the
form `backport release-0.X`. If the label is applied before the PR is merged,
the backport will be filed automatically against the target branch. Otherwise,
comment `\backport` on the merged PR *after* the label has been applied to trigger
a backport. Note, the PR must have a description in the issue body, or the backport
will fail.
form `backport release-0.X`. Note, the PR must have a description in the issue body,
or the backport will fail.
Third-party dependencies
--------------