This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Set git user/email
pull/1083/head
Philipp Oppermann
6 months ago
parent
7985368974
commit
d209df5141
Failed to extract signature
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/regenerate-schemas.yml
+ 2
- 0
.github/workflows/regenerate-schemas.yml
View File
@@ -23,6 +23,8 @@ jobs:
else
git switch -c schema-update-for-${{ github.sha }}
git add libraries/core/dora-schema.json
git config user.email "dora-bot@phil-opp.com"
git config user.name "Dora Bot"
git commit -m "Update JSON schema for `dora-core`"
gh pr create --fill
fi
Write
Preview
Loading…
Cancel
Save