From bd55bc017799828790693f9844f61e390e222494 Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Wed, 15 Jan 2025 08:22:57 -0700 Subject: [PATCH 1/4] Update labels.yaml --- .github/workflows/labels.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 3798490..99c9651 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -8,6 +8,10 @@ on: - '.github/labels.yaml' workflow_dispatch: +permissions: + issues: write + pull-requests: write + jobs: sync: runs-on: ubuntu-latest From 6fa7e59d7b32929dcf1c6a14c06d99212de15493 Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Wed, 15 Jan 2025 08:27:11 -0700 Subject: [PATCH 2/4] Update labels.yaml --- .github/workflows/labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 99c9651..7bed2c9 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -23,4 +23,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: manifest: .github/labels.yaml - prune: false \ No newline at end of file + prune: true \ No newline at end of file From d6938b0be624195d140e43d4abaf17aede1b74c3 Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Wed, 15 Jan 2025 08:31:49 -0700 Subject: [PATCH 3/4] Revert "Update labels.yaml" This reverts commit 6fa7e59d7b32929dcf1c6a14c06d99212de15493. --- .github/workflows/labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 7bed2c9..99c9651 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -23,4 +23,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: manifest: .github/labels.yaml - prune: true \ No newline at end of file + prune: false \ No newline at end of file From 2f81c30422f7cde03e6d90e53f0fed67fa2ebea8 Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Wed, 15 Jan 2025 08:31:52 -0700 Subject: [PATCH 4/4] Update labels.yaml --- .github/labels.yaml | 67 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/.github/labels.yaml b/.github/labels.yaml index e69de29..d4b2f08 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -0,0 +1,67 @@ +- name: "bug 🐛" + color: "d73a4a" + description: "Something isn't working" + +- name: "documentation 📜" + color: "0075ca" + description: "Improvements or additions to documentation" + +- name: "feature ✨" + color: "a2eeef" + description: "New feature or request" + +- name: "performance ⚡" + color: "fbca04" + description: "Benchmarks or performance improvements" + +- name: "question ❓" + color: "5319e7" + description: "Further information is requested" + +- name: "structure 🧱" + color: "0052cc" + description: "Structure refactors or changes" + +- name: "test ✏️" + color: "0e8a16" + description: "Testing improvements" + +- name: "priority-high 🔥" + color: "b60205" + description: "High priority tasks" + +- name: "priority-medium 🚧" + color: "fbca04" + description: "Medium priority tasks" + +- name: "priority-low 🌱" + color: "0e8a16" + description: "Low priority tasks" + +- name: "good first issue 👋" + color: "7057ff" + description: "Good for newcomers" + +- name: "help wanted 🆘" + color: "008672" + description: "Extra attention is needed" + +- name: "tech debt 🏗️" + color: "ff7619" + description: "Technical debt and cleanup tasks" + +- name: "ci/cd 🔄" + color: "44cc11" + description: "Changes to CI/CD pipeline" + +- name: "dependencies 📦" + color: "cb7eed" + description: "Dependency updates and maintenance" + +- name: "discussion 💭" + color: "5319e7" + description: "Needs discussion or decisions" + +- name: "security 🔒" + color: "d93f0b" + description: "Security-related changes or fixes" \ No newline at end of file