-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Portal build updates #79599
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
Portal build updates #79599
Conversation
🤖 Sat Jul 27 00:22:34 - Prow CI generated the docs preview: |
…Refined tag handling.
@libander: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@kalexand-rh - This covers the most immediate changes I'd like to test. There's a lot of opportunity for improvement in this script, though. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@aireilly, PTAL? |
if response: | ||
return response.text | ||
if response.status_code == 200: | ||
# Only apply scrubbing if the external file is AsciiDoc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to process external AsciiDoc files that are on the end of a raw github URL? I don't understand this piece.
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
OBSDOCS-1230
Refined including external file handling, scrub_file function, tag handling.