Commit graph

7 commits

Author SHA1 Message Date
46291fc850
feat!(report): generate JSON instead of markdown
This allows us to analyze the report more easily. There is experimental
support for comparing against a base report, but we don't expose that
functionality to the action.
2024-12-17 23:17:48 +01:00
3c231dbfef
fix(action): use token when fetching prs
Failing to do so causes it to fail when running in a private repo.
2024-12-15 21:26:59 +01:00
e0d48ae08a
fix(create-report): do not error if an output is missing
Handle it with grace c:
2024-12-15 21:05:24 +01:00
6e8072a14d
fix(action): conditions where always true
Why tho T-T
2024-12-15 20:50:12 +01:00
02a57089f5
fix(action): typo
Its inputs not input T-T, why is this so annoying.
2024-12-15 20:47:16 +01:00
0a4023cf72
fix(action): use GITHUB_ACTION_PATH
Files are not relative T-T
2024-12-15 20:41:52 +01:00
abb495c57a
feat: create action
Hopefully it works?
2024-12-15 20:32:32 +01:00