Skip to content

Commit

Permalink
fix: mergify not working with major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 8, 2023
1 parent 16df591 commit de6d961
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,12 @@ pull_request_rules:
- author~=^dependabot(|-preview)\[bot\]$
- check-success='test (1.19.x, ubuntu-latest)'
- check-success='Analyze (go)'
- title~=^Bump [^\s]+ from ([\d]+)\..+ to \1\.
actions:
review:
type: APPROVE
message: Automatically approving dependabot pull request
merge:
method: merge
- name: Alert on major version detection
conditions:
- author~=^dependabot(|-preview)\[bot\]$
- check-success='test (1.19.x, ubuntu-latest)'
- check-success='Analyze (go)'
- -title~=^Bump [^\s]+ from ([\d]+)\..+ to \1\.
actions:
comment:
message: "⚠️ @mrz1836: this is a major version bump and requires your attention"

# ===============================================================================
# AUTOMATIC MERGE (APPROVALS)
Expand Down

0 comments on commit de6d961

Please sign in to comment.