Skip to content
Snippets Groups Projects
Unverified Commit 908be274 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

chore: add new helper labels (#15138)

parent 3fddcda3
No related branches found
No related tags found
No related merge requests found
......@@ -125,4 +125,43 @@
Good luck,
The Renovate team
'pr:no-coverage-ignore':
comment: >
Hi there,
You're skipping code tests with `istanbul ignore`.
Please only skip tests if:
- you cannot test the code, or
- the code is very difficult to test, or
- the edge case won't usually happen at runtime
If you skip a test then always comment why:
```ts
// istanbul ignore next: typescript strict null check
if (!url) {
return null;
}
```
Good luck,
The Renovate team
'pr:no-done-comments':
comment: >
Hi there,
You are using simple `done` comments which cause a lot of noise.
Instead, please use GitHub's web interface to request another review.
Please read our [contribution guide](https://github.com/renovatebot/renovate/blob/main/.github/contributing.md#resolve-review-comments-instead-of-commenting) to reduce noise.
Good luck,
The Renovate team
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment