From c22720ef80e1fec14a8bda29e7cf710705640b8a Mon Sep 17 00:00:00 2001 From: Devon Powell Date: Thu, 28 Aug 2025 14:02:29 -0400 Subject: [PATCH 1/2] Remove auto labelling --- .github/labeler.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index db7957a..0000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,14 +0,0 @@ -documentation: - - changed-files: - - any-glob-to-any-file: - - '**/*.md' - - .github/CODEOWNERS - - LICENSE -github-actions: - - changed-files: - - any-glob-to-any-file: - - .github/workflows/*.yml -python: - - changed-files: - - any-glob-to-any-file: - - '**/*.py' From 64a12af96691dd4ca65dfee1abe0ac042980d093 Mon Sep 17 00:00:00 2001 From: Devon Powell Date: Thu, 28 Aug 2025 14:02:37 -0400 Subject: [PATCH 2/2] Delete .github/workflows/sync-labels.yml --- .github/workflows/sync-labels.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/sync-labels.yml diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml deleted file mode 100644 index 6f18267..0000000 --- a/.github/workflows/sync-labels.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Sync Labels -on: - push: - branches: main - paths: - - .github/workflows/sync-labels.yml - - .github/labels.yml - workflow_dispatch: -permissions: - contents: read - issues: write -concurrency: sync-labels -jobs: - sync-labels: - name: Sync Labels - runs-on: ubuntu-latest - timeout-minutes: 5 - steps: - - name: Checkout - uses: actions/checkout@v5.0.0 - - name: Sync labels - uses: micnncim/action-label-syncer@v1.3.0 - with: - token: ${{github.token}}