neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 758504ec739b70c4e2f192feb106f101024bc862
parent 4f788f78f8b2d59a76b1a54a40af0c478eb3f929
Author: dundargoc <gocdundar@gmail.com>
Date:   Sun, 28 Jan 2024 16:51:06 +0100

docs: document special labels used in CI

Diffstat:
MMAINTAIN.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git 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 --------