Skip to content

Commit

Permalink
chore: fix stale workflow
Browse files Browse the repository at this point in the history
I originally purposely tried to avoid adding another label to stale comments (since we already have the "waiting-on-answer" label) but I guess that doesn't work; it has to have a label. So let's just reuse the "stale" label for issues too.
  • Loading branch information
xiehan committed Nov 24, 2022
1 parent 3c2de73 commit 5702b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -17,8 +17,8 @@ jobs:
stale-issue-message: "Hi there! 👋 We haven't heard from you in 30 days and would like to know if the problem has been resolved or if you still need help. If we don't hear from you before then, I'll auto-close this issue in 30 days."
close-issue-message: "I'm closing this issue because we haven't heard back in 60 days. ⌛️ If you still need help, feel free to comment or reopen the issue!"
days-before-issue-stale: 30
days-before-issue-close: 60
stale-issue-label: ""
days-before-issue-close: 30
stale-issue-label: stale
only-issue-labels: waiting-on-answer
# The above only applies to issues where maintainers manually added the label "waiting-on-answer"

Expand Down

0 comments on commit 5702b6f

Please sign in to comment.