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.
This commit is contained in:
Aditya Agarwal 2018-06-02 12:44:53 +05:30 committed by Miroslav Bajtoš
parent c6d8565216
commit cf5b78fc6c
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 1 additions and 1 deletions

2
.github/stale.yml vendored
View File

@ -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.