From e4362c80e1689b356e267369855229add4c45b9d Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 9 Sep 2022 16:41:19 +1000 Subject: [PATCH] ci: remove classic project actions --- .../workflows/add-action-project-classic.yml | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/add-action-project-classic.yml diff --git a/.github/workflows/add-action-project-classic.yml b/.github/workflows/add-action-project-classic.yml deleted file mode 100644 index 5e19b497d2..0000000000 --- a/.github/workflows/add-action-project-classic.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Add new issues to js-waku project (classic) - -on: - issues: - types: [opened] - pull_request_target: - types: [opened] - -jobs: - add-new-issue-to-new-column: - runs-on: ubuntu-latest - steps: - - name: Add issue to column "New" - if: ${{ !!github.event.issue }} - uses: alex-page/github-project-automation-plus@v0.6.0 - with: - project: js-waku - column: New - repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }} - - name: Add pull request to column "In Progress" - if: ${{ !!github.event.pull_request }} - uses: alex-page/github-project-automation-plus@v0.6.0 - with: - project: js-waku - column: In Progress - repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}