feat: Updated .github/workflows/project-progress.y

pull/1839/head
sweep-ai[bot] 2 years ago committed by GitHub
parent b50aa56ada
commit 2a324811a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,6 +28,11 @@ on:
jobs: jobs:
move-assigned-card: move-assigned-card:
runs-on: ubuntu-latest 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: steps:
- uses: alex-page/github-project-automation-plus@v0.8.3 - uses: alex-page/github-project-automation-plus@v0.8.3
with: with:

Loading…
Cancel
Save