@@ -14,29 +14,29 @@ jobs:
1414 steps :
1515 - name : add-new-issues-to-repository-based-project-column
1616 if : github.event_name == 'issues' && github.event.action == 'opened'
17- uses : alex-page/github-project-automation-plus@v0.8.3
17+ uses : alex-page/github-project-automation-plus@v0.9.0
1818 with :
1919 project : CoMPAS SCT Board
2020 column : To do
2121 repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
2222 - name : add-new-pull-request-to-repository-based-project-column
2323 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.8.3
24+ uses : alex-page/github-project-automation-plus@v0.9.0
2525 with :
2626 project : CoMPAS SCT Board
2727 column : To do
2828 repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
2929
3030 - name : add-new-issues-to-organization-based-project-column
3131 if : github.event_name == 'issues' && github.event.action == 'opened'
32- uses : alex-page/github-project-automation-plus@v0.8.3
32+ uses : alex-page/github-project-automation-plus@v0.9.0
3333 with :
3434 project : CoMPAS Issues Overview Board
3535 column : To do
3636 repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
3737 - name : add-new-pull-request-to-organization-based-project-column
3838 if : (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
39- uses : alex-page/github-project-automation-plus@v0.8.3
39+ uses : alex-page/github-project-automation-plus@v0.9.0
4040 with :
4141 project : CoMPAS Pull Request Overview Board
4242 column : To do
0 commit comments