From ee9df9e8e33a179799cb3b2a2ec9c7d85053cab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Sat, 31 Aug 2024 09:37:58 +0000 Subject: [PATCH] ci: remove project automation New GitHub's project has automations built-in, so no action performed during checks is necessary Signed-off-by: GitHub --- .github/workflows/pull_request.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e1f109681a3..a35fc7244d5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,18 +21,6 @@ jobs: in_progress: true comment: true - project: - name: Add to project board 📊 - if: ${{ always() }} - runs-on: ubuntu-latest - - steps: - - uses: alex-page/github-project-automation-plus@v0.9.0 - with: - project: Ongoing development - column: In progress - repo-token: ${{ secrets.JF_BOT_TOKEN }} - label: name: Labeling 🏷️ if: ${{ always() }}