Skip to content

Commit

Permalink
docs(bot): explain label for stale PR bot (#23964)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored Jul 25, 2024
1 parent b33d7e2 commit aa178d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
remove-issue-stale-when-updated: true
days-before-pr-stale: 7
days-before-pr-close: 7
stale-pr-message: "This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the `stale` label – otherwise this will be closed in another week."
stale-pr-message: "This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the `stale` label – otherwise this will be closed in another week. If you want to permanentely keep it open, use the `waiting` label."
close-pr-message: "This PR was closed due to lack of activity. Feel free to reopen if it's still relevant."
stale-pr-label: stale
remove-pr-stale-when-updated: true
Expand Down

0 comments on commit aa178d2

Please sign in to comment.