Skip to content

Commit

Permalink
chore: update CLOSE_INACTIVE_ISSUES.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nshenderov committed Dec 24, 2024
1 parent 17d4292 commit e4afffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CLOSE_INACTIVE_ISSUES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
days-before-issue-stale: ${{ env.DAYS_BEFORE_ISSUE_STALE }}
days-before-issue-close: ${{ env.DAYS_BEFORE_ISSUE_CLOSE }}
stale-issue-label: "no issue activity"
only-issue-labels: "issue: question"
only-issue-labels: "issue: question, pending response"
stale-issue-message: "There has been no activity on this issue for ${{ env.DAYS_BEFORE_ISSUE_STALE }} days. If this is still relevant, please reply to keep it open."
close-issue-message: "This issue was closed due to inactivity. If you feel this was done in error, please re-open or create a new issue."
close-issue-reason: "completed"
Expand Down

0 comments on commit e4afffc

Please sign in to comment.