Skip to content

Commit

Permalink
Update auto-issue closer (#25494)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Dec 23, 2024
1 parent 0f1b62c commit b886d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-incomplete-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
close-issues-if-invalid:
runs-on: ubuntu-latest
steps:
- uses: queengooborg/invalid-issue-closer@v1.5.0
- uses: queengooborg/invalid-issue-closer@v1.5.1
id: spam-check
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -21,7 +21,7 @@ jobs:
This issue has been identified as spam and has been automatically closed and locked.
normalize-newlines: true
body-is-blank: true
- uses: queengooborg/invalid-issue-closer@v1.5.0
- uses: queengooborg/invalid-issue-closer@v1.5.1
if: steps.spam-check.outputs.was-closed == 'false'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b886d9c

Please sign in to comment.