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(label-actions): improve logs, pr closing #33995

Merged
merged 7 commits into from
Feb 3, 2025
Merged
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
53 changes: 42 additions & 11 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 Down Expand Up @@ -137,12 +127,31 @@

The Renovate team

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


The logs you provided are insufficient to help you.


Please provide more logs, or more detailed logs, so we can help you. Be sure to include _DEBUG_ logs, and don't excessively redact or truncate them.


If you feel the logs are too large to paste here, please use a service like [GitHub Gist](https://gist.github.com/) and paste the link here.


Read the [Renovate docs, Troubleshooting](https://docs.renovatebot.com/troubleshooting/) to learn more about getting the correct logs.


Thanks, the Renovate team

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


A maintainer wants you to find and share a specific log message (`packageFiles with updates`) from your repository or environment.
Please locate the debug message `packageFiles with updates` in your logs and paste the contents here. Depending on your question, we may need the full list of packages or only one.


If you self-host Renovate: make sure you run Renovate with `LOG_LEVEL=debug` to get the debug log messages! Next, open the debug-level logs and search for `packageFiles with updates`. This text marks the start of a structured log message that shows every package file, dependency, and update that Renovate found.
Expand Down Expand Up @@ -531,3 +540,25 @@


Thanks, the Renovate team

'auto:inactive-pr':
comment: >
Hi there,


This PR appears to have been inactive for a while. Please let us know if you are still working on it, or if we can close it for now.


Thanks, the Renovate team

'auto:close-inactive-pr':
comment: >
Hi there,


We're closing this PR due to inactivity, but we are happy for you, or others, to finish the PR if time allows.


Thanks, the Renovate team

close: true
Loading