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

Bump github/codeql-action from 3.26.6 to 3.26.7 #421

Closed

Bump github/codeql-action from 3.26.6 to 3.26.7

70cf807
Select commit
Loading
Failed to load commit list.
Closed

Bump github/codeql-action from 3.26.6 to 3.26.7 #421

Bump github/codeql-action from 3.26.6 to 3.26.7
70cf807
Select commit
Loading
Failed to load commit list.
Mergify / Summary succeeded Sep 20, 2024 in 1s

5 rules match and 18 potential rules

‼️ Action Required ‼️

The configuration uses the deprecated merge_method attribute of the queue action in one or more pull_request_rules. It must now be used under the queue_rules configuration.
A brownout is planned on September 16th, 2024.
This option will be removed on October 21st, 2024.
For more information: https://docs.mergify.com/configuration/file-format/#queue-rules

‼️ Action Required ‼️

The configuration uses the deprecated commit_message_template attribute of the queue action in one or more pull_request_rules. It must now be used under the queue_rules configuration.
A brownout is planned on September 16th, 2024.
This option will be removed on October 21st, 2024.
For more information: https://docs.mergify.com/configuration/file-format/#queue-rules

✅ Rule: Remove outdated reviews (dismiss_reviews)

  • base=main

Rule: Check for unresolved conversations before merging (comment, label)

  • #review-threads-unresolved>0

✅ Rule: Remove question label from resolved conversations (label)

  • #review-threads-unresolved=0

Rule: Check for unresolved changes requested before merging (comment, label)

  • #changes-requested-reviews-by>0

✅ Rule: Remove question label from resolved changes requested (label)

  • #changes-requested-reviews-by=0

Rule: Request Pull Request check re-run (comment, label)

  • all of:
    • all of:
      • #approved-reviews-by>=1
      • #changes-requested-reviews-by=0
      • #review-threads-unresolved=0
    • base=main
    • label!=do not merge
    • label!=work in progress
    • updated-at<1 days ago
    • any of:
      • -check-success="CI (Ansible devel sanity Lint)"
      • -check-success="CI"
      • -check-success="CI (Ansible devel sanity Sanity)"
      • -check-success="CI (Ansible devel sanity Units)"
      • -check-success="CI (Summary Code Coverage)"

Rule: Automatic merge on approval for Pull Requests (queue)

  • -closed [📌 queue requirement]
  • check-success="CI (Ansible devel sanity Lint)"
  • check-success="CI"
  • all of:
    • #approved-reviews-by>=1
    • #changes-requested-reviews-by=0
    • #review-threads-unresolved=0
  • any of: [🔀 queue conditions]
    • all of: [📌 queue conditions of queue default]
      • #approved-reviews-by >= 1 [🛡 GitHub branch protection]
      • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
  • -conflict [📌 queue requirement]
  • -draft [📌 queue requirement]
  • base=main
  • check-success="CI (Ansible devel sanity Sanity)"
  • check-success="CI (Ansible devel sanity Units)"
  • check-success="CI (Summary Code Coverage)"
  • check-success="Lint Blue"
  • label!=do not merge
  • label!=work in progress
  • any of: [📌 queue -> configuration change requirements]
    • -mergify-configuration-changed
    • check-success = Configuration changed

Rule: Automatic merge on approval for Pull Requests (label)

  • check-success="CI (Ansible devel sanity Lint)"
  • check-success="CI"
  • all of:
    • #approved-reviews-by>=1
    • #changes-requested-reviews-by=0
    • #review-threads-unresolved=0
  • base=main
  • check-success="CI (Ansible devel sanity Sanity)"
  • check-success="CI (Ansible devel sanity Units)"
  • check-success="CI (Summary Code Coverage)"
  • check-success="Lint Blue"
  • label!=do not merge
  • label!=work in progress

Rule: Warn on conflicts (comment, label)

  • conflict

✅ Rule: Remove conflict label if not needed (label)

  • -conflict

Rule: Close stale Pull Request (close)

  • -closed
  • updated-at<14 days ago
  • base=main

✅ Rule: Pull Request is ready and waiting for review (label)

  • #commented-reviews-by<1
  • -draft
  • created-at<1 days ago

Rule: Remove waiting for review label if not needed (label)

  • #commented-reviews-by>=1
  • -draft

Rule: Add bug label (label)

  • body~=(?m)^- \[[xX]\] Bug fix \(non-breaking change which fixes an issue\)

Rule: Remove bug label (label)

  • body~=(?m)^- \[ \] Bug fix \(non-breaking change which fixes an issue\)

Rule: add enhancement label (label)

  • body~=(?m)^- \[[xX]\] New feature \(non-breaking change which adds functionality\)

Rule: remove enhancement label (label)

  • body~=(?m)^- \[ \] New feature \(non-breaking change which adds functionality\)

Rule: add documentation label (label)

  • body~=(?m)^- \[[xX]\] Documentation update

Rule: remove documentation label (label)

  • body~=(?m)^- \[ \] Documentation update

Rule: Add test update label (label)

  • body~=(?m)^- \[[xX]\] Tests update

Rule: remove test update label (label)

  • body~=(?m)^- \[ \] Tests update

Rule: add refactor label (label)

  • body~=(?m)^- \[[xX]\] Refactor

Rule: remove refactor label (label)

  • body~=(?m)^- \[ \] Refactor

💖  Mergify is proud to provide this service for free to open source projects.

🚀  You can help us by becoming a sponsor!


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com