diff options
author | Jesse Jackson <jsejcksn@users.noreply.github.com> | 2021-01-06 21:46:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 14:46:36 +1100 |
commit | eaabef30d08b47c9a90c12ec736c7d53f42a1208 (patch) | |
tree | c131c6d6485441c71f82c91d7a067fecdaf4140b | |
parent | d5c34f8e3ce53a0c525ca012bf1639379ef9e61d (diff) |
chore: add context information to stale bot message text (#9037)
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
-rw-r--r-- | .github/stale.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 3a61e4048..eac47c04d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -17,6 +17,6 @@ exemptMilestones: true staleLabel: stale markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. + This issue has been [automatically marked as stale](https://probot.github.io/apps/stale/#how-it-works) + because it has not had recent activity. It will be closed in 7 days if no + further activity occurs. Thank you for your contributions. |