From 3b04010fa77a4495b6593ed364cdc60ddf07a2b8 Mon Sep 17 00:00:00 2001 From: Samir Romdhani Date: Tue, 8 Oct 2024 16:23:05 +0200 Subject: [PATCH] fix: Could not find the column 'To do' or project 'CoMPAS SCT Board' Signed-off-by: Samir Romdhani --- .github/workflows/automate_projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automate_projects.yml b/.github/workflows/automate_projects.yml index c7e2661d4..870f72d85 100644 --- a/.github/workflows/automate_projects.yml +++ b/.github/workflows/automate_projects.yml @@ -21,7 +21,7 @@ jobs: repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }} - name: add-new-pull-request-to-repository-based-project-column if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened' - uses: alex-page/github-project-automation-plus@v0.8.3 + uses: alex-page/github-project-automation-plus@v0.9.0 with: project: CoMPAS SCT Board column: To do