From c13b2449aa85c9a6d1514fed1096ffd16dd86503 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Fri, 8 Sep 2023 09:22:33 -0400 Subject: [PATCH] Fix for mergify, major version not working, merge everything --- .github/mergify.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 211fa88..4a5c55d 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -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)