Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add omit-labels functionality [DOC-268] #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 22, 2024

  1. 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)
    JackPGreen committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    cd94c01 View commit details
    Browse the repository at this point in the history