Skip to content

Commit

Permalink
Merge pull request #175 from com-pas/dependabot/github_actions/alex-p…
Browse files Browse the repository at this point in the history
…age/github-project-automation-plus-0.8.3

Bump alex-page/github-project-automation-plus from 0.8.2 to 0.8.3
  • Loading branch information
Stef3st authored Feb 2, 2023
2 parents 3767a59 + f6037eb commit c5e7163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automate-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
steps:
- name: add-new-issues-to-organization-based-project-column
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.8.2
uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: CoMPAS Issues Overview Board
column: To do
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
- name: add-new-pull-request-to-organization-based-project-column
if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.8.2
uses: alex-page/github-project-automation-plus@v0.8.3
with:
project: CoMPAS Pull Request Overview Board
column: To do
Expand Down

0 comments on commit c5e7163

Please sign in to comment.