From 643aaf0393c486cfd15af9fcbda98ae1e93c6be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:11:17 +0800 Subject: [PATCH] Bump alex-page/github-project-automation-plus from 0.5.1 to 0.8.1 (#2671) Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from 0.5.1 to 0.8.1. - [Release notes](https://github.com/alex-page/github-project-automation-plus/releases) - [Commits](https://github.com/alex-page/github-project-automation-plus/compare/v0.5.1...v0.8.1) --- updated-dependencies: - dependency-name: alex-page/github-project-automation-plus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index e24f0b48e..c66c89151 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -13,7 +13,7 @@ jobs: # For bug reports - name: New bug issue - uses: alex-page/github-project-automation-plus@v0.5.1 + uses: alex-page/github-project-automation-plus@v0.8.1 if: github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'bug') with: project: Bug Reports @@ -22,7 +22,7 @@ jobs: action: update - name: Bug label removed - uses: alex-page/github-project-automation-plus@v0.5.1 + uses: alex-page/github-project-automation-plus@v0.8.1 if: github.event.action == 'unlabeled' || github.event.action == 'closed' || github.event.action == 'deleted' with: action: delete @@ -32,7 +32,7 @@ jobs: # For feature requests - name: New feature issue - uses: alex-page/github-project-automation-plus@v0.5.1 + uses: alex-page/github-project-automation-plus@v0.8.1 if: github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'enhancement') with: project: Feature Requests @@ -41,7 +41,7 @@ jobs: action: update - name: Feature request label removed - uses: alex-page/github-project-automation-plus@v0.5.1 + uses: alex-page/github-project-automation-plus@v0.8.1 if: github.event.action == 'unlabeled' || github.event.action == 'closed' || github.event.action == 'deleted' with: action: delete