aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-01-28 16:51:06 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-01-29 13:46:04 +0100
commit758504ec739b70c4e2f192feb106f101024bc862 (patch)
tree65e104f1a730f66de3882ed369d46f5c0ce4c449
parent4f788f78f8b2d59a76b1a54a40af0c478eb3f929 (diff)
downloadrneovim-758504ec739b70c4e2f192feb106f101024bc862.tar.gz
rneovim-758504ec739b70c4e2f192feb106f101024bc862.tar.bz2
rneovim-758504ec739b70c4e2f192feb106f101024bc862.zip
docs: document special labels used in CI
-rw-r--r--MAINTAIN.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAIN.md b/MAINTAIN.md
index f8bcfa2acf..cc9e11af6c 100644
--- a/MAINTAIN.md
+++ b/MAINTAIN.md
@@ -225,6 +225,15 @@ https://github.com/neovim/neovim-backup
trying to produce images that work in the broadest number of environments,
and therefore want to use older releases.
+### Special labels
+
+Some github labels are used to trigger certain jobs:
+
+* `backport release-x.y` - backport to release branch
+* `ci-s390x` - enable s390x CI
+* `needs:response` - Close PR after a certain amount of time if author doesn't
+ respond
+
See also
--------