ignorePrAuthor is not being honored when included in parent config #33602
Replies: 3 comments 3 replies
-
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf 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 appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Insufficient logsSelect me to read instructionsIf 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. Formatting your logsSelect me to read instructionsPlease put your logs in a
If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
I am very curious about this as well |
Beta Was this translation helpful? Give feedback.
-
Please describe what the importance/difference is between the two log files which were uploaded |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab; Renovate v39.69.3
Please tell us more about your question or problem
We want to globally set the ignorePrAuthor setting to "true". We tried this by setting the value in our parent config with a preset:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Set ignorePrAuthor to allow queries to all MRs regardless of author",
"ignorePrAuthor": true
}
This did not produce the desired effect as Renovate was unable to find MRs from other owners.
We then tried setting the environment variable RENOVATE_IGNORE_PR_AUTHOR to true, and this worked.
We would prefer to set this value using config rather than an env. Why is this behavior occurring?
The following items are true:
Logs (if relevant)
Logs
See attached files for logs.
debugWithEnv.log
debugWithPreset.log
Beta Was this translation helpful? Give feedback.
All reactions