Skip to content

Commit

Permalink
Bump peter-evans/close-issue from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [peter-evans/close-issue](https://github.com/peter-evans/close-issue) from 1 to 2.
- [Release notes](https://github.com/peter-evans/close-issue/releases)
- [Commits](peter-evans/close-issue@v1...v2)

---
updated-dependencies:
- dependency-name: peter-evans/close-issue
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 22, 2022
1 parent df62050 commit cf6b46b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/issue_closer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
add-labels: "incomplete"
- name: Comment and Close Issue
if: env.issue_close == 'true'
uses: peter-evans/close-issue@v1
uses: peter-evans/close-issue@v2
with:
comment: |
@${{ github.actor }} This issue has been automatically closed for not following the bug report template. More specifically:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
add-labels: "incomplete"
- name: Comment and Close Issue
if: env.issue_close == 'true'
uses: peter-evans/close-issue@v1
uses: peter-evans/close-issue@v2
with:
comment: |
@${{ github.actor }} This issue has been automatically closed for not following the feature request template. More specifically:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
add-labels: "incomplete"
- name: Comment and Close Issue
if: env.issue_close == 'true'
uses: peter-evans/close-issue@v1
uses: peter-evans/close-issue@v2
with:
comment: |
@${{ github.actor }} This issue has been automatically closed for not following the support template. More specifically:
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
add-labels: "incomplete"
- name: Comment and Close Issue
uses: peter-evans/close-issue@v1
uses: peter-evans/close-issue@v2
with:
comment: |
@${{ github.actor }} This issue has been automatically closed for not using any of the provided issue templates.
Expand Down

0 comments on commit cf6b46b

Please sign in to comment.