Bump alex-page/github-project-automation-plus from 0.8.1 to 0.8.2 (#2766)

Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from 0.8.1 to 0.8.2.
- [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.1...v0.8.2)

---
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] <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-24 17:08:34 +02:00 committed by GitHub
parent 315023e49e
commit b232221165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ jobs:
# For bug reports
- name: New bug issue
uses: alex-page/github-project-automation-plus@v0.8.1
uses: alex-page/github-project-automation-plus@v0.8.2
if: contains(github.event.issue.labels.*.name, 'bug') && github.event.action == 'opened'
with:
project: Bug Reports
@ -22,7 +22,7 @@ jobs:
action: update
- name: Bug issue closed
uses: alex-page/github-project-automation-plus@v0.8.1
uses: alex-page/github-project-automation-plus@v0.8.2
if: github.event.action == 'closed' || github.event.action == 'deleted'
with:
action: delete
@ -31,7 +31,7 @@ jobs:
repo-token: ${{ secrets.PUSH_TOKEN }}
- name: Bug issue reopened
uses: alex-page/github-project-automation-plus@v0.8.1
uses: alex-page/github-project-automation-plus@v0.8.2
if: contains(github.event.issue.labels.*.name, 'bug') && github.event.action == 'reopened'
with:
project: Bug Reports
@ -41,7 +41,7 @@ jobs:
# For feature requests
- name: New feature issue
uses: alex-page/github-project-automation-plus@v0.8.1
uses: alex-page/github-project-automation-plus@v0.8.2
if: contains(github.event.issue.labels.*.name, 'enhancement') && github.event.action == 'opened'
with:
project: Feature Requests
@ -50,7 +50,7 @@ jobs:
action: update
- name: Feature request issue closed
uses: alex-page/github-project-automation-plus@v0.8.1
uses: alex-page/github-project-automation-plus@v0.8.2
if: github.event.action == 'closed' || github.event.action == 'deleted'
with:
action: delete
@ -59,7 +59,7 @@ jobs:
repo-token: ${{ secrets.PUSH_TOKEN }}
- name: Feature request issue reopened
uses: alex-page/github-project-automation-plus@v0.8.1
uses: alex-page/github-project-automation-plus@v0.8.2
if: contains(github.event.issue.labels.*.name, 'enhancement') && github.event.action == 'reopened'
with:
project: Feature Requests