From c2da9a6365c61e53e79020a8edff1aff55a776a2 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 12 Jul 2020 14:19:22 +0300 Subject: [PATCH] Add automerge label for Mergify --- .github/labels.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index e133e75..6ea43df 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -91,6 +91,12 @@ - color: b60205 description: Removal of a feature, usually done in major releases name: removal +- color: 2d18b2 + description: "To automatically merge PRs that are ready" + name: automerge +- color: 0366d6 + description: "For dependencies" + name: dependencies - color: fef2c0 description: "" name: test