release notes for v0.4.0#258
Merged
laraPPr merged 2 commits intoEESSI:developfrom Feb 28, 2024
Merged
Conversation
laraPPr
requested changes
Feb 28, 2024
spell correction Co-authored-by: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com>
boegel
reviewed
Feb 28, 2024
| * 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) |
Contributor
There was a problem hiding this comment.
Small suggestion: make bot report when preparing job working directory failed, for example due to merge conflict in pull request (#248)
boegel
reviewed
Feb 28, 2024
| * 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) |
Contributor
There was a problem hiding this comment.
only make bot respond to pull ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bug fixes:
bot: statuscommand (fix forbot: statuswas calling wrong values which caused thebot: statusto 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_idto simplify handling of issue comments #250, add PR comment id to uploaded metadata #253)