From cad0a94b4afd6de6479e871b153cc2d1d99c7f44 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Thu, 20 Mar 2025 17:31:23 +0200 Subject: [PATCH 1/2] Delete .github/labels.yml --- .github/labels.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/labels.yml 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 From fab3f754c149b5efcbef075558da99bf9b3d8c61 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Thu, 20 Mar 2025 17:31:32 +0200 Subject: [PATCH 2/2] Delete .github/workflows/github.yml --- .github/workflows/github.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/github.yml 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