it would be nice if we can let the bot write custom informative comments in a PR, for example easybuild error messages:
- easystack file could not be parsed
- unknown easybuild option
- missing easyconfig for dependency
a simple implementation could be that the bot checks for the existence of a file after running bot/build.sh, say bot.comments, and writes the contents of the file as a comment.
those comments should of course be handled with care, you don't want to accidentally write secret info in the comments.
it would be nice if we can let the bot write custom informative comments in a PR, for example easybuild error messages:
a simple implementation could be that the bot checks for the existence of a file after running
bot/build.sh, saybot.comments, and writes the contents of the file as a comment.those comments should of course be handled with care, you don't want to accidentally write secret info in the comments.