Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxin-cn committed Sep 18, 2024
1 parent 6fb637e commit 2fccaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 7
days-before-issue-stale: 3
stale-issue-label: "automatic-stale"
close-issue-label: "automatic-closing"
only-labels: "awaiting response"
stale-issue-message: |
Hi There! 👋
This issue has been marked as stale due to inactivity for 7 days.
This issue has been marked as stale due to inactivity for 3 days.
We would like to inquire if you still have the same problem or if it has been resolved.
Expand Down

0 comments on commit 2fccaf6

Please sign in to comment.