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:
parent
e3abf7be71
commit
643aaf0393
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
# For bug reports
|
# For bug reports
|
||||||
- name: New bug issue
|
- 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')
|
if: github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'bug')
|
||||||
with:
|
with:
|
||||||
project: Bug Reports
|
project: Bug Reports
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
action: update
|
action: update
|
||||||
|
|
||||||
- name: Bug label removed
|
- 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'
|
if: github.event.action == 'unlabeled' || github.event.action == 'closed' || github.event.action == 'deleted'
|
||||||
with:
|
with:
|
||||||
action: delete
|
action: delete
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
|
|
||||||
# For feature requests
|
# For feature requests
|
||||||
- name: New feature issue
|
- 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')
|
if: github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'enhancement')
|
||||||
with:
|
with:
|
||||||
project: Feature Requests
|
project: Feature Requests
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
action: update
|
action: update
|
||||||
|
|
||||||
- name: Feature request label removed
|
- 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'
|
if: github.event.action == 'unlabeled' || github.event.action == 'closed' || github.event.action == 'deleted'
|
||||||
with:
|
with:
|
||||||
action: delete
|
action: delete
|
||||||
|
|
Loading…
Reference in New Issue