fix(docs): look up open issues on main builds for Renovate docs
#39818
+19
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
We're currently always skipping the detection of open bugs/features, so
even though 0 introduced authentication to GitHub, this didn't
actually lead to the lookup when running in CI.
If we're not running in Renovate's CI build (i.e. as part of the release
process) or the docs site's CI build (as part of post-release
operations) we should continue to skip the build, when running in CI.
This also makes it clearer with a WARN log line to explain why this is
being skipped.
This is a re-apply of #39801, making sure that the
GITHUB_TOKENis explicitlypassed as
extraEnv, otherwise we see i.e.As we can see, the
envisn't automagically picking up theGITHUB_TOKEN, so we should explicitly pass it.Context
Please select one of the below:
AI assistance disclosure
Did you use AI tools to create any part of this pull request?
Please select one option and, if yes, briefly describe how AI was used (e.g., code, tests, docs) and which tool(s) you used.
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via:
Tested on #39814 (hacked around in the CI setup to make sure only docs builds run)
Example job: https://github.com/renovatebot/renovate/actions/runs/19973679938/job/57284443849
Then looking at the built docs, see
modules/platform/gitea/index.mdnow has a few issues related to it