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 17, 2024
1 parent f1287c3 commit 6fb637e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 14
days-before-issue-stale: 7
stale-issue-label: "automatic-stale"
close-issue-label: "automatic-closing"
# exempt-issue-labels: "enhancement, feature-request, upstream, hold"
exempt-issue-labels: "feature-request, upstream, hold"
stale-issue-message: |
Hi There! 👋
This issue has been marked as stale due to inactivity for 14 days.
This issue has been marked as stale due to inactivity for 7 days.
We would like to inquire if you still have the same problem or if it has been resolved.
Expand All @@ -36,14 +36,14 @@ jobs:
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 14
days-before-issue-stale: 7
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 14 days.
This issue has been marked as stale due to inactivity for 7 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 6fb637e

Please sign in to comment.