diff options
author | Jesse Jackson <jsejcksn@users.noreply.github.com> | 2022-06-13 05:39:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 12:39:43 +0200 |
commit | 7b1662a8e648d01a1f4af4623f3deea7ab8d1432 (patch) | |
tree | 332efcdb8a0ed2676c26d6c2c7b7df1a985cbd37 | |
parent | 5fffb77d0602c76ac5cf1bdcde1255eba9ec0129 (diff) |
chore: Fix broken link in stale bot text (#14843)
-rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 5acf0dd89..44ba991f4 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -20,12 +20,12 @@ exemptMilestones: true staleLabel: stale markComment: > - This issue has been [automatically marked as stale](https://probot.github.io/apps/stale/#how-it-works) + This issue has been [automatically marked as stale](https://github.com/marketplace/stale) because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. pulls: markComment: > - This pull request has been [automatically marked as stale](https://probot.github.io/apps/stale/#how-it-works) + This pull request has been [automatically marked as stale](https://github.com/marketplace/stale) because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |