Commit graph

13 commits

Author SHA1 Message Date
1db9349c00
feat(action): add workaround for private repos
This is a slow, but foolproof way to ensure a comparison report is
generated.
2024-12-18 21:15:52 +01:00
c3362d4650
fix(action): small typos and weird stuff
Why is it not downloading the previous report?
2024-12-18 16:20:41 +01:00
08d9598c26
fix(action): better logging
Be more clear about why it failed
2024-12-18 16:06:58 +01:00
7cc7a6f6f4
fix(action): artifact is gzip compressed
This is not reported to cURL however T-T
2024-12-18 14:51:51 +01:00
34d976f6c5
fix(action): invalid quoting of JSON
Pass arguments as `--arg name value` instead of trying to interpolate
the string. Why did I forget to do this? T-T
2024-12-18 14:35:01 +01:00
89fd1ffa71
feat: compare against a previous report
Only the downloading logic was added, the comparison logic was added in
the previous commit.
2024-12-18 10:51:59 +01:00
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