diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml deleted file mode 100644 index c50301e..0000000 --- a/.github/workflows/labels.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: labels -on: - pull_request: - types: - - synchronize - - opened - - reopened - - labeled - - unlabeled -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} - cancel-in-progress: true -jobs: - label_check: - name: check labels - runs-on: ubuntu-22.04 - if: github.event_name == 'pull_request' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - steps: - - uses: WillAbides/release-train@v1.6.1