From 1b2e042efaecf6be1d1309624a7366c971d05a10 Mon Sep 17 00:00:00 2001 From: FollowTheProcess Date: Fri, 19 Apr 2024 12:40:56 +0000 Subject: [PATCH] Sync: synced local '.github/' with remote 'github/' --- .github/labels.yml | 20 ++++++++++++++++++++ .github/workflows/labeler.yml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index aac86cd..bb4444e 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -22,6 +22,10 @@ description: Improvements or additions to documentation color: 0075ca +- name: duplicate + description: This issue or pull request already exists + color: cfd3d7 + - name: enhancement description: New feature or request color: a2eeef @@ -30,6 +34,14 @@ description: Good for newcomers color: 7057ff +- name: help wanted + description: Extra attention is needed + color: 008672 + +- name: invalid + description: This doesn't seem right + color: e4e669 + - name: performance description: Performance color: "016175" @@ -50,6 +62,14 @@ description: Style color: c120e5 +- name: chore + description: General project admin + color: cfd3d7 + - name: testing description: Testing color: b1fc6f + +- name: wontfix + description: This will not be worked on + color: ffffff diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index cfc179e..d2127e0 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -21,4 +21,4 @@ jobs: - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5 with: - skip-delete: true + skip-delete: false