File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
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
You can’t perform that action at this time.
0 commit comments