From 83b5d6d566c5e5ff63fcb254b9ecc54198ed0bc3 Mon Sep 17 00:00:00 2001 From: Rick Date: Fri, 18 Oct 2019 08:16:37 +0800 Subject: [PATCH] Add dependencies as a label --- .github/release-drafter.yml | 4 +++- .github/settings.yml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 6be5f73..8519ca9 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -17,7 +17,9 @@ categories: - title: 📝 Documentation updates label: documentation - title: 👻 Maintenance - label: chore + labels: + - chore + - dependencies - title: 🚦 Tests labels: - test diff --git a/.github/settings.yml b/.github/settings.yml index 2859a59..40fc04f 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -38,6 +38,9 @@ labels: color: c2c2fc - name: chore color: c2c2fc + - name: dependencies + color: 0366d6 + description: Pull requests that update a dependency file - name: no-changelog color: c2c2fc branches: -- GitLab