@@ -14,29 +14,29 @@ jobs:
14
14
steps :
15
15
- name : add-new-issues-to-repository-based-project-column
16
16
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
18
18
with :
19
19
project : CoMPAS SCT Board
20
20
column : To do
21
21
repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
22
22
- name : add-new-pull-request-to-repository-based-project-column
23
23
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
25
25
with :
26
26
project : CoMPAS SCT Board
27
27
column : To do
28
28
repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
29
29
30
30
- name : add-new-issues-to-organization-based-project-column
31
31
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
33
33
with :
34
34
project : CoMPAS Issues Overview Board
35
35
column : To do
36
36
repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
37
37
- name : add-new-pull-request-to-organization-based-project-column
38
38
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
40
40
with :
41
41
project : CoMPAS Pull Request Overview Board
42
42
column : To do
0 commit comments