diff --git a/.github/labels.yml b/.github/labels.yml deleted file mode 100644 index 7b3a455d3..000000000 --- a/.github/labels.yml +++ /dev/null @@ -1,24 +0,0 @@ -- color: 814bdd - description: '' - name: automerge -- color: ee0701 - description: '' - name: bug -- color: 0366d6 - description: Pull requests that update a dependency file - name: dependencies -- color: 84b6eb - description: '' - name: enhancement -- color: 128A0C - description: '' - name: help wanted -- color: cc317c - description: '' - name: question -- color: 6fe06b - description: This issue or pull request is published - name: released -- color: 7fff98 - description: This issue or pull request is waiting to be released - name: waiting for release diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml deleted file mode 100644 index d3a6beae1..000000000 --- a/.github/workflows/github.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Sync labels - -on: - push: - branches: [master] - paths: [.github/labels.yml] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1 - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - with: - manifest: .github/labels.yml - prune: false