From 30e87c8e909ddfe44f4d0039a2500dd7033cb014 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Wed, 18 Oct 2023 14:20:49 +0200 Subject: [PATCH] drop sync-issues-to-project-board.yaml not used anymore --- .../workflows/sync-issues-to-project-board.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/sync-issues-to-project-board.yaml 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 }}