renovate/.github/label-actions.yml

184 lines
4.7 KiB
YAML
Raw Normal View History

'reproduction:needed':
2021-02-14 10:10:33 +00:00
comment: >
Hi there,
2021-02-14 10:05:49 +00:00
Get your issue fixed faster by creating a minimal reproduction.
This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible.
Before we start working on your issue we need to know exactly what's causing the current behavior.
A minimal reproduction helps us with this.
2021-02-14 10:14:13 +00:00
To get started, please read our guide on creating a [minimal reproduction](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md).
We may close the issue if you, or someone else, haven't created a minimal reproduction within two weeks.
If you need more time, or are stuck, please ask for help or more time in a comment.
Good luck,
The Renovate team
'logs:problem':
comment: >
Hi there,
We have found that there's a problem with the logs.
Depending on which situation applies follow one, some or all of these instructions.
### No logs at all
If you haven't posted any log yet, we need you to find and copy/paste the log into the issue template.
#### Finding logs on hosted app
2022-11-30 09:37:00 +00:00
<details><summary>Select me to read instructions</summary>
If you use the Renovate app (GitHub):
1. Go to the affected PR, and search for "View repository job log here"
2022-11-30 09:37:00 +00:00
1. Select the link to go to the "Mend Renovate Dashboard" and log in
1. You are now in the correct repository log overview screen
1. Copy/paste the correct log
1. Follow the steps in the **formatting your logs** section
</details>
#### Finding logs when self-hosting
2022-11-30 09:37:00 +00:00
<details><summary>Select me to read instructions</summary>
If you're running self-hosted, run with `LOG_LEVEL=debug` in your environment variables and search for whatever dependency/branch/PR that is causing the problem.
</details>
### Insufficient logs
2022-11-30 09:37:00 +00:00
<details><summary>Select me to read instructions</summary>
If you already gave us a log, and the Renovate team said it's not enough, then follow the instructions from the **No logs at all** section.
</details>
### Formatting your logs
2022-11-30 09:37:00 +00:00
<details><summary>Select me to read instructions</summary>
Please put your logs in a `<details>` and `<summary>` element like this:
2022-11-30 09:37:00 +00:00
<details><summary>Select me to see logs</summary>
```
Copy/paste your logs here, between the starting and ending backticks
```
</details>
</details>
'new package manager':
comment: >
Hi there,
You're asking us to support a new package manager.
We need to know some basic information about this package manager first.
Please copy/paste [the new package manager questionnaire](https://github.com/renovatebot/renovate/blob/main/docs/development/new-package-manager-template.md), and fill it out in full.
Once the questionnaire is filled out we'll decide if we want to support this new manager.
Good luck,
The Renovate team
'retry latest version':
comment: >
Hi there,
You're reporting a problem with an old version of Renovate.
Please try the latest version and tell us if that fixes your problem.
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 [contributing guidelines](https://github.com/renovatebot/renovate/blob/main/.github/contributing.md#resolve-review-comments-instead-of-commenting) to reduce noise.
Good luck,
2023-03-03 08:32:17 +00:00
The Renovate team
'invalid':
unlabel:
- 'type:bug'
- 'type:feature'
- 'priority-5-triage'
- 'status:requirements'
2023-03-03 08:32:17 +00:00
comment: >
2023-03-07 06:49:34 +00:00
This issue has been labeled as `invalid` by a maintainer so is being automatically closed and locked. It will later be deleted to avoid polluting repository searches with duplicate or incorrect content.
This doesn't necessarily mean that what you've reported isn't a problem or a reasonable idea, but it does mean that it should be raised as a Discussion first and not an Issue. Please create a Discussion now, assuming you still wish to discuss it.
2023-03-03 08:32:17 +00:00
2023-03-07 06:49:34 +00:00
Thanks, The Renovate team
close: true
lock: true
lock-reason: 'resolved'