summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax <[email protected]>2025-07-07 15:53:43 -0400
committerGitHub <[email protected]>2025-07-07 15:53:43 -0400
commitf884766445bbf1fbce11f1db4bc6174e72d9baa5 (patch)
treee7d9e7b3d8efc8bed249f9d29e2d8fb838a275f2 /.github
parent76b2e4539cb97bae5812ed2d832ce49d02e70c64 (diff)
downloadopencode-f884766445bbf1fbce11f1db4bc6174e72d9baa5.tar.gz
opencode-f884766445bbf1fbce11f1db4bc6174e72d9baa5.zip
v2 message format and upgrade to ai sdk v5 (#743)
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Liang-Shih Lin <[email protected]> Co-authored-by: Dominik Engelhardt <[email protected]> Co-authored-by: Jay V <[email protected]> Co-authored-by: adamdottv <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stats.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml
index fed03b687..188996aa9 100644
--- a/.github/workflows/stats.yml
+++ b/.github/workflows/stats.yml
@@ -28,5 +28,5 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add STATS.md
- git diff --staged --quiet || git commit -m "Update download stats $(date -I)"
+ git diff --staged --quiet || git commit -m "ignore: update download stats $(date -I)"
git push