File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
steps :
15
15
- name : add-new-issues-to-organization-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 Issues Overview Board
20
20
column : To do
21
21
repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
22
22
- name : add-new-pull-request-to-organization-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 Pull Request Overview Board
27
27
column : To do
You can’t perform that action at this time.
0 commit comments