From cf5b78fc6c07ef80a1c77f111919a0f6ca2a3303 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Sat, 2 Jun 2018 12:44:53 +0530 Subject: [PATCH] Provide link to CODEOWNERS Currently, stale bot doesn't provide the link to the CODEOWNERS file, a person must have to browse for the file to open it. This commit adds a link to the CODEOWNERS file so that a person can directly open it. --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index bebe60a1..57e19340 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -20,4 +20,4 @@ markComment: > closeComment: > This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, - listed in the `CODEOWNERS` file at the top-level of this repository. + listed in the [`CODEOWNERS`](https://github.com/strongloop/loopback/blob/master/CODEOWNERS) file at the top-level of this repository.