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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-05 09:11:17 +08:00 committed by GitHub
parent e3abf7be71
commit 643aaf0393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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