From ee6a598e9cbd7c91c226137f78705ed587479fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 07:10:04 +0000 Subject: [PATCH] chore(deps): bump alex-page/github-project-automation-plus Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/alex-page/github-project-automation-plus/releases) - [Commits](https://github.com/alex-page/github-project-automation-plus/compare/v0.8.2...v0.8.3) --- updated-dependencies: - dependency-name: alex-page/github-project-automation-plus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-assigned.yml | 2 +- .github/workflows/pull-request-drafts.yml | 2 +- .github/workflows/pull-request-opened.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-assigned.yml b/.github/workflows/pull-request-assigned.yml index 94e4338ab1..544fc79739 100644 --- a/.github/workflows/pull-request-assigned.yml +++ b/.github/workflows/pull-request-assigned.yml @@ -19,7 +19,7 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: alex-page/github-project-automation-plus@v0.8.2 + - uses: alex-page/github-project-automation-plus@v0.8.3 with: project: Reviews column: In progress diff --git a/.github/workflows/pull-request-drafts.yml b/.github/workflows/pull-request-drafts.yml index d01ff3f971..44f11e1805 100644 --- a/.github/workflows/pull-request-drafts.yml +++ b/.github/workflows/pull-request-drafts.yml @@ -19,7 +19,7 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: alex-page/github-project-automation-plus@v0.8.2 + - uses: alex-page/github-project-automation-plus@v0.8.3 with: project: Reviews column: Drafts diff --git a/.github/workflows/pull-request-opened.yml b/.github/workflows/pull-request-opened.yml index 6ad1477865..3a1eeb4711 100644 --- a/.github/workflows/pull-request-opened.yml +++ b/.github/workflows/pull-request-opened.yml @@ -21,7 +21,7 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: alex-page/github-project-automation-plus@v0.8.2 + - uses: alex-page/github-project-automation-plus@v0.8.3 with: project: Reviews column: Triage