diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml deleted file mode 100644 index 27fd46db..00000000 --- a/.github/workflows/labels.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Label importer - -on: - push: - branches: [ main ] - -jobs: - labels: - - runs-on: ubuntu-latest - - steps: - - uses: actions/setup-node@v4 - with: - node-version: '20' - - uses: EddieHubCommunity/gh-action-open-source-labels@v0.2.2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - owner-name: ${{ github.repository_owner }} - repository-name: ${{ github.event.repository.name }}