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

CI: remove used rules from mergify config file #4533

Merged
merged 3 commits into from
Apr 4, 2024

Commits on Apr 4, 2024

  1. ci: remove mergify rules for 3.11

    we dont need a new mergify rule for
    3.11 branch and the default mergirfy
    with regex for `^(release-.+)$` branch
    will cover it.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    84e8109 View commit details
    Browse the repository at this point in the history
  2. ci: remove condition for dependabot

    dependabot will not create PR on the
    release branch and for that reason
    removing unused rule
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    998678f View commit details
    Browse the repository at this point in the history
  3. ci: remove auto merge condition

    auto merge for release-3.11 is already
    convered with regex check and we cannot
    auto merge PR to the devel branch.
    Removing unwanted checks.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ba77577 View commit details
    Browse the repository at this point in the history