From 72c813dbd4e8450ce09cc991b84c4b652371b69a Mon Sep 17 00:00:00 2001 From: Daniel <103500748+danielnginx@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:45:55 +0100 Subject: [PATCH] Add devops label (#18) * Add devops label * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix end of file * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/labels.yml b/labels.yml index 1e61b88..2097d5c 100644 --- a/labels.yml +++ b/labels.yml @@ -94,3 +94,6 @@ - color: B52D2D description: Cherry pick this PR into a release branch name: needs cherry pick +- color: A5F794 + description: Pull requests/issues related to DevOps + name: devops