From ef0993bfa2021a10832adbbd240dcb8753cbff9d Mon Sep 17 00:00:00 2001 From: RockySpain Date: Sat, 24 Aug 2024 22:35:30 -0700 Subject: [PATCH] Revert "ci: add new issues and pull requests to project board (#862)" This reverts commit c1360610839c2740a770172969e0efd55f371478. --- .github/workflows/add-to-project.yml | 29 ---------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index 60b1cb7cc0..0000000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Add to Ecosystem WG Project - -on: - issues: - types: - - opened - pull_request_target: - types: - - opened - -permissions: {} - -jobs: - add-to-project: - runs-on: ubuntu-latest - steps: - - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 - id: generate-token - with: - creds: ${{ secrets.ECOSYSTEM_ISSUE_TRIAGE_GH_APP_CREDS }} - org: electron - - name: Add to Project - uses: dsanders11/project-actions/add-item@3a81985616963f32fae17d1d1b406c631f3201a1 # v1.1.0 - with: - field: Opened - field-value: ${{ github.event.pull_request.created_at || github.event.issue.created_at }} - project-number: 89 - token: ${{ steps.generate-token.outputs.token }}