diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml deleted file mode 100644 index 230db33d..00000000 --- a/.github/workflows/labels.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Sync Github labels - -on: - push: - branches: - - main - paths: - - ".github/**" - -jobs: - labels: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: 3.x - - name: Install labels - run: pip install labels - - name: Sync config with Github - run: labels -u ${{ github.repository_owner }} -t ${{ secrets.GH_PAT }} sync -f .github/labels.toml