-
Notifications
You must be signed in to change notification settings - Fork 18
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
release notes for v0.4.0 #258
Conversation
spell correction Co-authored-by: Lara Ramona Peeters <[email protected]>
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.
lgtm
* fixes issue using wrong values when using the `bot: status` command (#251) | ||
|
||
Improvements: | ||
* the bot report when downloading the pull request's contents failed (#248) |
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.
Small suggestion: make bot report when preparing job working directory failed, for example due to merge conflict in pull request (#248)
* adding the pull request comment id to the metadata file that is uploaded to the | ||
the S3 bucket (#247, #249, #250, #253) | ||
* enabling configurable upload directories for tarball and metadata file (#254) | ||
* the bot only responds to pull request comments that contain a bot command (#257) |
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.
only make bot respond to pull ...
Bug fixes:
bot: status
command (fix forbot: status
was calling wrong values which caused thebot: status
to fail #251)Improvements:
comment_download_pr()
#248)the S3 bucket (add function that reads PR section from job metadata and use it in job manager #247, add function to determine comment id for a job and use it #249, using
pr_comment_id
to simplify handling of issue comments #250, add PR comment id to uploaded metadata #253)