From fe53a04b7749aa777e51e4544bcbd96e863fb2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:43:00 +0400 Subject: [PATCH] Bump alex-page/github-project-automation-plus from 0.8.2 to 0.8.3 (#1128) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/new_issues.yml | 2 +- .github/workflows/new_prs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/new_issues.yml b/.github/workflows/new_issues.yml index a4f760c41..e7e0eb586 100644 --- a/.github/workflows/new_issues.yml +++ b/.github/workflows/new_issues.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add issue to "Backlog" - uses: alex-page/github-project-automation-plus@v0.8.2 + uses: alex-page/github-project-automation-plus@v0.8.3 with: project: Openverse column: Backlog diff --git a/.github/workflows/new_prs.yml b/.github/workflows/new_prs.yml index 3758727af..b424311a7 100644 --- a/.github/workflows/new_prs.yml +++ b/.github/workflows/new_prs.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add PR to "In progress" - uses: alex-page/github-project-automation-plus@v0.8.2 + uses: alex-page/github-project-automation-plus@v0.8.3 with: project: Openverse PRs column: In progress @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add PR to "Needs review" - uses: alex-page/github-project-automation-plus@v0.8.2 + uses: alex-page/github-project-automation-plus@v0.8.3 with: project: Openverse PRs column: Needs review