Skip to content

Commit 2283f2c

Browse files
authored
chore(label-actions): improve logs, pr closing (#33995)
1 parent 0459c19 commit 2283f2c

File tree

1 file changed

+42
-11
lines changed

1 file changed

+42
-11
lines changed

.github/label-actions.yml

+42-11
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,6 @@
100100
</details>
101101
102102
103-
### Insufficient logs
104-
105-
<details><summary>Select me to read instructions</summary>
106-
107-
108-
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.
109-
110-
</details>
111-
112-
113103
### Formatting your logs
114104
115105
<details><summary>Select me to read instructions</summary>
@@ -137,12 +127,31 @@
137127
138128
The Renovate team
139129
130+
'auto:logs-insufficient':
131+
comment: >
132+
Hi there,
133+
134+
135+
The logs you provided are insufficient to help you.
136+
137+
138+
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.
139+
140+
141+
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.
142+
143+
144+
Read the [Renovate docs, Troubleshooting](https://docs.renovatebot.com/troubleshooting/) to learn more about getting the correct logs.
145+
146+
147+
Thanks, the Renovate team
148+
140149
'auto:logs-packages':
141150
comment: >
142151
Hi there,
143152
144153
145-
A maintainer wants you to find and share a specific log message (`packageFiles with updates`) from your repository or environment.
154+
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.
146155
147156
148157
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.
@@ -531,3 +540,25 @@
531540
532541
533542
Thanks, the Renovate team
543+
544+
'auto:inactive-pr':
545+
comment: >
546+
Hi there,
547+
548+
549+
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.
550+
551+
552+
Thanks, the Renovate team
553+
554+
'auto:close-inactive-pr':
555+
comment: >
556+
Hi there,
557+
558+
559+
We're closing this PR due to inactivity, but we are happy for you, or others, to finish the PR if time allows.
560+
561+
562+
Thanks, the Renovate team
563+
564+
close: true

0 commit comments

Comments
 (0)