Skip to content

Commit 16d0309

Browse files
committed
fix/deps: Bump alex-page/github-project-automation-plus
Signed-off-by: Samir Romdhani <[email protected]>
1 parent d83efeb commit 16d0309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automate_projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)