Skip to content

Commit

Permalink
Bump queengooborg/invalid-issue-closer from 1.5.3 to 1.5.4 (#25505)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent ad6cb74 commit c58ac35
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.3
- uses: queengooborg/invalid-issue-closer@v1.5.4
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.
normalize-newlines: true
body-is-blank: true
- uses: queengooborg/invalid-issue-closer@v1.5.3
- uses: queengooborg/invalid-issue-closer@v1.5.4
if: steps.spam-check.outputs.was-closed == 'false'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c58ac35

Please sign in to comment.