We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f5f92 commit a5f4141Copy full SHA for a5f4141
.github/workflows/add-to-project.yml
@@ -8,11 +8,12 @@ permissions: write-all
8
9
jobs:
10
automate-project-columns:
11
- if: contains(github.event.issue.labels.*.name, 'Leads team')
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: alex-page/github-project-automation-plus@v0.8.3
+ - name: Create or Update Project Card
+ if: contains(github.event.issue.labels.*.name, 'Leads team')
15
+ uses: peter-evans/create-or-update-project-card@v3
16
with:
- project: Mobile SOS Board
17
- column: Backlog
18
- repo-token: ${{ secrets.PROJECTS_PAT }}
+ project-name: Mobile SOS Board
+ column-name: Backlog
19
+ issue-number: 1
0 commit comments