From 6b98e33afb2fc769625916c6a2084715bdee3111 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 29 Sep 2025 15:25:15 +1000 Subject: [PATCH] Remove unused GitHub action --- .github/workflows/add-action-project.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/add-action-project.yml diff --git a/.github/workflows/add-action-project.yml b/.github/workflows/add-action-project.yml deleted file mode 100644 index ad3b8b1..0000000 --- a/.github/workflows/add-action-project.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Add new issues to Waku project board - -on: - issues: - types: [opened] - pull_request: - types: [opened] - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/waku-org/projects/2 - github-token: ${{ secrets.ADD_TO_PROJECT_20240815 }}