From 0c863a1596eb9a491c96bd3fc9e81f2bc9d5940a Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sat, 26 Jul 2025 11:36:25 +0800 Subject: [PATCH] more homework, more chaos --- .github/labels.yml | 6 +++++- .github/workflows/labels.yml | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index c2ec5e3..c5a7aff 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -6,6 +6,7 @@ color: d73a4a - name: documentation description: Improvements or additions to the documentation, especially on the wiki and contributing guidelines. + color: 0075ca - name: duplicate description: This issue or patch/merge request already exists color: cfd3d7 @@ -30,6 +31,7 @@ color: ffffff - name: upstream description: The issue is being flagged on or imported/copied from upstream. + color: ededed # project specifics - name: hackclub @@ -41,6 +43,7 @@ descriptions: Issues relating to open-source work and projects. - name: recaptime-dev description: "Issues relating to RecapTime.dev and its projects (including Community Lorebooks)" + color: ededed # school related - name: school @@ -53,9 +56,10 @@ # misc - name: personal-stuff description: "Issues relating to personal life (DO NOT LEAK SENSTIVE INFO)" + color: ededed - name: blog description: "Issues relating to the blog, including blog posts and its underlying infrastructure/code that runs it" - color: 8D7471 + color: ededed ## GitHub issue form identifiers - name: 'gh-issue-form: default' diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 072d25c..e7c2150 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -15,6 +15,10 @@ on: - '.github/labels.yml' - '.github/workflows/labels.yml' +permissions: + contents: read + issues: write + jobs: labels-manager: runs-on: ubuntu-latest @@ -36,3 +40,4 @@ jobs: github-token: ${{ steps.dotenvx.outputs.GITHUB_TOKEN }} yaml-file: .github/labels.yml dry-run: ${{ github.event_name == 'pull_request' }} + skip-delete: true # for now, we don't want to delete labels -- 2.51.2