Skip to content

Commit 736a958

Browse files
committed
chore: update project automation actions to use actions/add-to-project@v1.0.2
1 parent 097b9db commit 736a958

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/automate-projects.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ jobs:
1414
steps:
1515
- name: add-new-issues-to-organization-based-project-column
1616
if: github.event_name == 'issues' && github.event.action == 'opened'
17-
uses: alex-page/github-project-automation-plus@v0.9.0
17+
uses: actions/add-to-project@v1.0.2
1818
with:
19-
project: CoMPAS Issues Overview Board
20-
column: To do
21-
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
19+
project-url: https://github.com/orgs/com-pas/projects/12
20+
github-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
2221
- name: add-new-pull-request-to-organization-based-project-column
2322
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.9.0
23+
uses: actions/add-to-project@v1.0.2
2524
with:
26-
project: CoMPAS Pull Request Overview Board
27-
column: To do
28-
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
25+
project-url: https://github.com/orgs/com-pas/projects/10
26+
github-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}

0 commit comments

Comments
 (0)