aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-02-19 23:21:27 +0100
committerChristian Clason <c.clason@uni-graz.at>2024-02-20 09:57:10 +0100
commit1f6bd57192dd74ff56f991b84952fb8a0a8481dc (patch)
treeccdd4cac2e1b223d763a2c4158c51a54aeddef84
parentfix(scripts): add missing \n for nested grouping (diff)
downloadnvim-treesitter-1f6bd57192dd74ff56f991b84952fb8a0a8481dc.tar
nvim-treesitter-1f6bd57192dd74ff56f991b84952fb8a0a8481dc.tar.gz
nvim-treesitter-1f6bd57192dd74ff56f991b84952fb8a0a8481dc.tar.bz2
nvim-treesitter-1f6bd57192dd74ff56f991b84952fb8a0a8481dc.tar.lz
nvim-treesitter-1f6bd57192dd74ff56f991b84952fb8a0a8481dc.tar.xz
nvim-treesitter-1f6bd57192dd74ff56f991b84952fb8a0a8481dc.tar.zst
nvim-treesitter-1f6bd57192dd74ff56f991b84952fb8a0a8481dc.zip
ci: remove mergify.yml as it's no longer used
-rw-r--r--.github/mergify.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
deleted file mode 100644
index b95a074a5..000000000
--- a/.github/mergify.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-pull_request_rules:
- - name: Merge lockfile updates
- conditions:
- - "title=Update lockfile.json"
- actions:
- review:
- type: APPROVE
- message: Automatically approving lockfile updates
- merge:
- method: merge
-
- - name: Prepare for merge
- conditions:
- - and:
- - "-draft"
- - "#approved-reviews-by=1"
- - "#review-requested=0"
- actions:
- comment:
- message: |
- This PR is ready to be merged, and will be in 1 day if nothing happens before.
- If you want other people to review your PR, request their reviews.
- If you don't want this PR to be merged now, mark it as a Draft.
-
- - name: Merge on approval
- conditions:
- - and:
- - or:
- - "#approved-reviews-by>=2"
- - and:
- - "#approved-reviews-by=1"
- - "updated-at>=1 day ago"
- - "-draft"
- - "#review-requested=0"
- actions:
- merge:
- method: rebase