From 2a324811a32c43ad1b8018578d1f43283f41acfd Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 02:15:17 +0000 Subject: [PATCH] feat: Updated .github/workflows/project-progress.y --- .github/workflows/project-progress.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/project-progress.yml b/.github/workflows/project-progress.yml index 4fde4bd08..7cc9fcc73 100644 --- a/.github/workflows/project-progress.yml +++ b/.github/workflows/project-progress.yml @@ -28,6 +28,11 @@ on: jobs: move-assigned-card: runs-on: ubuntu-latest + - name: Create project labels + run: | + # Add code here to create necessary labels for the project columns + echo 'Creating project labels' + # Ensure proper dependencies before running the `github-project-automation-plus` action steps: - uses: alex-page/github-project-automation-plus@v0.8.3 with: