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:
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
You can’t perform that action at this time.
0 commit comments