diff --git a/.github/labels.yml b/.github/labels.yml deleted file mode 100644 index 35939c5c9..000000000 --- a/.github/labels.yml +++ /dev/null @@ -1,41 +0,0 @@ -# Subject -- name: bug - description: Something is broken - color: e57373 -- name: build - description: Build or CI process - color: dce775 -- name: documentation - description: Documentation changes - color: dce775 -- name: feature - description: A new feature! - color: 81c784 -- name: performance - description: An enhancement to or problem with performance - color: 64b5f6 -- name: security - description: A security concern or vulnerability - color: e57373 -- name: upstream - description: Caused by an upstream dependency - color: f7ae7e - -# Meta -- name: blocked - description: "" - color: e0e0e0 -- name: duplicate - description: "" - color: e0e0e0 - -# Platforms -- name: linux - description: Linux-specific issue - color: a1887f -- name: macos - description: macOS-specific issue - color: a1887f -- name: windows - description: Windows-specific issue - color: a1887f diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml deleted file mode 100644 index 239c2313c..000000000 --- a/.github/workflows/configure.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Configure Labels -on: - push: - paths: - - ".github/labels.yml" - branches: - - main -jobs: - configure: - name: Configure - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - repository: ${{ github.repository }}