Skip to content

Commit

Permalink
ci: modify days-before-close to 1 (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jin-gou authored May 22, 2023
1 parent 4cfbd22 commit 56411f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/invalid_question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/stale@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been marked as invalid question, please give more information by following the `issue` template. The issue will be closed in 3 days if no further activity occurs."
stale-issue-message: "This issue has been marked as invalid question, please give more information by following the `issue` template. The issue will be closed in 1 days if no further activity occurs."
stale-issue-label: "stale"
days-before-stale: 0
days-before-close: 3
days-before-close: 1
remove-stale-when-updated: true
only-labels: "invalid issue"

0 comments on commit 56411f8

Please sign in to comment.