File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,13 @@ jobs:
1414 steps :
1515 - name : add-new-issues-to-organization-based-project-column
1616 if : github.event_name == 'issues' && github.event.action == 'opened'
17- uses : alex-page/github-project-automation-plus@v0.9.0
17+ uses : actions/add-to-project@v1.0.2
1818 with :
19- project : CoMPAS Issues Overview Board
20- column : To do
21- repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
19+ project-url : https://github.com/orgs/com-pas/projects/12
20+ github-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
2221 - name : add-new-pull-request-to-organization-based-project-column
2322 if : (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
24- uses : alex-page/github-project-automation-plus@v0.9.0
23+ uses : actions/add-to-project@v1.0.2
2524 with :
26- project : CoMPAS Pull Request Overview Board
27- column : To do
28- repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
25+ project-url : https://github.com/orgs/com-pas/projects/10
26+ github-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
You can’t perform that action at this time.
0 commit comments