alan-turing-institute / whatwhat

A reimagining of nowwhat in OCaml
MIT License
0 stars 0 forks source link

Emit notifications to GitHub issue while parsing the YAML metadata #26

Closed triangle-man closed 1 year ago

triangle-man commented 1 year ago

While parsing the GitHub metadata, we log errors and warnings. These should be summarised and posted to the issue.

triangle-man commented 1 year ago

Beep boop, Im a bot.

triangle-man commented 1 year ago

How to post to an issue in GitHub

The above comment was created with:

curl \                                                      
  -X POST \
  -H "Accept: application/vnd.github+json" \
  -H "Authorization: Bearer <my-bearer-token>" \
  https://api.github.com/repos/alan-turing-institute/whatwhat/issues/26/comments \
  -d '{"body":"Beep boop, Im a bot."}'
triangle-man commented 1 year ago

Have set up a new branch: feature/26

NowWhatBot commented 1 year ago

I'm a bot. Beep boop!