Skip to content

Commit

Permalink
Improve stale bot messages (pytest-dev#12185)
Browse files Browse the repository at this point in the history
To avoid confusion, see e.g. pytest-dev#12123 (comment)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
  • Loading branch information
2 people authored and hrfuller committed Apr 17, 2024
1 parent 415ead5 commit 2192300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
days-before-issue-close: 7
only-labels: "status: needs information"
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 14 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as stale."
stale-issue-message: "This issue is stale because it has the `status: needs information` label and requested follow-up information was not provided for 14 days."
close-issue-message: "This issue was closed because it has the `status: needs information` label and follow-up information has not been provided for 7 days since being marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1

0 comments on commit 2192300

Please sign in to comment.