Skip to content

Commit a5f4141

Browse files
authored
Update add-to-project.yml
1 parent 59f5f92 commit a5f4141

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/add-to-project.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ permissions: write-all
88

99
jobs:
1010
automate-project-columns:
11-
if: contains(github.event.issue.labels.*.name, 'Leads team')
1211
runs-on: ubuntu-latest
1312
steps:
14-
- uses: alex-page/github-project-automation-plus@v0.8.3
13+
- name: Create or Update Project Card
14+
if: contains(github.event.issue.labels.*.name, 'Leads team')
15+
uses: peter-evans/create-or-update-project-card@v3
1516
with:
16-
project: Mobile SOS Board
17-
column: Backlog
18-
repo-token: ${{ secrets.PROJECTS_PAT }}
17+
project-name: Mobile SOS Board
18+
column-name: Backlog
19+
issue-number: 1

0 commit comments

Comments
 (0)