Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
omit-labels
functionality [DOC-268]
When backports are triggered via PR labels, copying the labels to the backport PRs can cause an unexpected cascade. E.G.: - a PR is labelled to backport to multiple branches - an action performs these actions _in parallel_ - the backported, labelled PRs are detected - more backporting is performed - etc Instead it would be easier to _optionally_ omit copying labels to backported PRs. Fixes: [DOC-268](https://hazelcast.atlassian.net/browse/DOC-268)
- Loading branch information