Added a bot-generated PR-comment with a simple status table

The littlefs CI is actually in a nice state that generates a lot of
information about PRs (code/stack/struct changes, line/branch coverage
changes, benchmark changes), but GitHub's UI has changed overtime to
make CI statuses harder to find for some reason.

This bot comment should hopefully make this information easy to find
without creating too much noise in the discussion. If not, this can
always be changed later.
This commit is contained in:
Christopher Haster
2022-11-23 00:58:43 -06:00
parent 397aa27181
commit a659c02bbd
4 changed files with 261 additions and 24 deletions
+4
View File
@@ -4,6 +4,10 @@ on:
branches: [master]
types: [released]
defaults:
run:
shell: bash -euv -o pipefail {0}
jobs:
post-release:
runs-on: ubuntu-22.04