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: