From 3b3fe386bc59f825cae7bdc64333ab0a70d8a0d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:39:01 -0800 Subject: [PATCH] Bump alex-page/github-project-automation-plus from 0.8.2 to 0.8.3 (#819) 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/1f8873e97e3c8f58161a323b7c568c1f623a1c4d...7ffb872c64bd809d23563a130a0a97d01dfa8f43) --- 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/backlog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backlog.yml b/.github/workflows/backlog.yml index f3a6c12ce..5bef485b2 100644 --- a/.github/workflows/backlog.yml +++ b/.github/workflows/backlog.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 'Project v1: Add Issue' if: ${{ github.event_name == 'issues' && env.gh_token }} - uses: alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d + uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43 with: project: Backlog column: Inbox @@ -22,7 +22,7 @@ jobs: - name: "Project v1: Add Pull Request" if: ${{ github.event_name == 'pull_request' && env.gh_token }} - uses: alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d + uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43 with: project: Backlog column: In progress