Open pixeebot[bot] opened 8 months ago
Unable to locate .performanceTestingBot config file
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Processing PR updates...
Cross-site scripting vulnerabilities occur when unescaped input is rendered into a page displayed to the user. When HTML or script is included in the input, it will be processed by a user's browser as HTML or script and can alter the appearance of the page or execute malicious scripts in their user context.
Description has been updated!
Check out the playback for this Pull Request here.
[!IMPORTANT]
Auto Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thanks @pixeebot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
PR Details of @pixeebot[bot] in ros2-ros2doc : | OPEN | CLOSED | TOTAL |
---|---|---|---|
1 | 1 | 2 |
Description
This pull request modifies the
ros2doc.py
file. Here is a summary of the changes:autoescape
parameter in thejinja_env
object was changed fromjinja_autoescape
toTrue
.