aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-07-18 17:48:08 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2021-07-18 18:08:10 +0200
commitae08fd007c0c4892163a86b8e21c1f030e797f95 (patch)
tree910f9350bb8142f4be4b4468dc26124eaf8e5c6f /.github
parentfolds(rust): Fold trait definitions (#1582) (diff)
downloadnvim-treesitter-ae08fd007c0c4892163a86b8e21c1f030e797f95.tar
nvim-treesitter-ae08fd007c0c4892163a86b8e21c1f030e797f95.tar.gz
nvim-treesitter-ae08fd007c0c4892163a86b8e21c1f030e797f95.tar.bz2
nvim-treesitter-ae08fd007c0c4892163a86b8e21c1f030e797f95.tar.lz
nvim-treesitter-ae08fd007c0c4892163a86b8e21c1f030e797f95.tar.xz
nvim-treesitter-ae08fd007c0c4892163a86b8e21c1f030e797f95.tar.zst
nvim-treesitter-ae08fd007c0c4892163a86b8e21c1f030e797f95.zip
chore: setup mergify
Diffstat (limited to '.github')
-rw-r--r--.github/mergify.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
new file mode 100644
index 000000000..d68aada76
--- /dev/null
+++ b/.github/mergify.yml
@@ -0,0 +1,10 @@
+pull_request_rules:
+ - name: Automatic merge on approval
+ conditions:
+ - and:
+ - "-draft"
+ - "#check-failure=0"
+ - "#approved-reviews-by>=1"
+ actions:
+ queue:
+ method: rebase