Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: debug-logs label action #33295

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 27 additions & 10 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,6 @@
</details>


### Insufficient logs

<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

<details><summary>Select me to read instructions</summary>
Expand All @@ -135,6 +125,33 @@
Good luck,


The Renovate team

'auto:debug-logs':
comment: >
Hi there,

The logs you've provided are insufficient for troubleshooting. We specifically need **DEBUG** level logs to help diagnose your issue.

### How to enable DEBUG logs

Add `LOG_LEVEL=debug` to your environment variables before invoking Renovate.


### Sharing your DEBUG logs

Please format your logs using:

<details><summary>DEBUG logs</summary>

```
Your DEBUG level logs here
```

</details>

For large logs, please use [GitHub Gist](https://gist.github.com/) and share the link.

The Renovate team

'auto:logs-packages':
Expand Down
Loading