Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Comment on PR and auto update comment #223

Merged
merged 35 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8335d42
feat: auto update PR comment
ktrz Jan 31, 2024
4b06822
feat: auto update PR comment
ktrz Jan 31, 2024
91dda8a
feat: auto update PR comment
ktrz Jan 31, 2024
d01fbb8
feat: auto update PR comment
ktrz Jan 31, 2024
d647ff1
feat: auto update PR comment
ktrz Jan 31, 2024
0ee988e
feat: auto update PR comment
ktrz Jan 31, 2024
d830ad7
feat: auto update PR comment
ktrz Feb 2, 2024
b92acc3
feat: auto update PR comment
ktrz Feb 2, 2024
2e0dafc
enable go benchmark
ktrz Feb 2, 2024
a18867a
add debug comments
ktrz Feb 2, 2024
050be97
fix updating comment request
ktrz Feb 2, 2024
962b44f
add GH token to Go bench
ktrz Feb 2, 2024
a43b1aa
enable benchmarkjs ci run
ktrz Feb 2, 2024
d0dea1e
enable remaining ci steps
ktrz Feb 2, 2024
87dacbc
Merge branch 'master' into feat/98-autoupdate-pr-comment
ktrz Mar 27, 2024
1f4122e
fix tests
ktrz Mar 27, 2024
65bdfe1
debug
ktrz Mar 27, 2024
f8f4cd3
add try catch
ktrz Mar 27, 2024
d231b43
fix build err
ktrz Mar 27, 2024
75d81ca
debug
ktrz Mar 27, 2024
ee3d6fb
debug
ktrz Mar 27, 2024
24e5892
debug
ktrz Mar 27, 2024
41f775e
debug
ktrz Mar 27, 2024
e5c39e5
cleanup
ktrz Mar 27, 2024
dc8231a
check if permissions needed
ktrz Mar 27, 2024
49be1e5
cleanup
ktrz Mar 27, 2024
378418e
comment on alert
ktrz Mar 27, 2024
e1ab906
break bench to test
ktrz Mar 27, 2024
c2148aa
break bench to test
ktrz Mar 27, 2024
213cd6a
fix bench
ktrz Mar 27, 2024
0e53188
break other bench
ktrz Mar 27, 2024
b7f1fa1
break other bench
ktrz Mar 27, 2024
362fe82
break even more
ktrz Mar 27, 2024
a87e362
fix benches
ktrz Mar 27, 2024
fddd1b8
add README
ktrz Mar 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-results-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
# pull_request:
# branches:
# - master

jobs:
rust:
Expand Down
Loading
Loading