summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2025-09-24 22:52:32 +0530
committerkumvijaya <kumvijaya@gmail.com>2025-09-24 22:52:32 +0530
commitb10133f5bdc644420866018e2795e07522578785 (patch)
treee7eec16fb3c86e16aea15bb401026ce0b5f0cfe1
parent1c02b74d680d40373df152d4302b4387db874b0f (diff)
downloadvyos-1x-b10133f5bdc644420866018e2795e07522578785.tar.gz
vyos-1x-b10133f5bdc644420866018e2795e07522578785.zip
T7748: using mergify rule to handle conflict checks for private repo
-rw-r--r--.mergify.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.mergify.yml b/.mergify.yml
deleted file mode 100644
index 635cb9e97..000000000
--- a/.mergify.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-# pull_request_rules:
-# - name: merge automatically when CI passes and PR is approved
-# conditions:
-# - conflict
-# actions:
-# comment:
-# message: Your PR is in conflict, {{author}}. You should fix it.
-
-pull_request_rules:
- - name: Label conflicting pull requests
- description: Add a label to a pull request with conflict to spot it easily
- conditions:
- - conflict
- - '-closed'
- actions:
- label:
- toggle:
- - conflict
-
- - name: comment when a pull request is merged
- conditions:
- - merged
- actions:
- comment:
- message: Thank you for your contribution @{{author}}! Your pull request has been merged.