diff --git a/.github/workflows/sync-issues-to-project-board.yaml b/.github/workflows/sync-issues-to-project-board.yaml deleted file mode 100644 index c4c85944a..000000000 --- a/.github/workflows/sync-issues-to-project-board.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Add new and labeled issues to Images project - -on: - issues: - types: - - opened - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@main - with: - project-url: https://github.com/orgs/chainguard-dev/projects/22 - github-token: ${{ secrets.PROJECT_WRITER }}