Files
cs249r_book/kits/.all-contributorsrc
Vijay Janapa Reddi ecb3af7fd2 fix(ci): pull before push in all-contributors workflow; add @salmanmkc to tinytorch and kits
- Add git pull --rebase before push so concurrent comment-triggered runs
  don't reject each other (only one of three runs had succeeded for PR 1179).
- Manually add @salmanmkc as code contributor to tinytorch and kits
  (labs was already added by the single successful run).
2026-02-22 14:05:31 -05:00

53 lines
1.4 KiB
JSON

{
"projectName": "MLSysBook - Hardware Kits",
"projectOwner": "harvard-edge",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 80,
"commit": false,
"commitConvention": "angular",
"contributorsPerLine": 7,
"linkToUsage": false,
"skipCi": true,
"contributors": [
{
"login": "Mjrovai",
"name": "Marcelo Rovai",
"avatar_url": "https://avatars.githubusercontent.com/Mjrovai",
"profile": "https://github.com/Mjrovai",
"contributions": [
"doc",
"code",
"design",
"tutorial"
]
},
{
"login": "profvjreddi",
"name": "Vijay Janapa Reddi",
"avatar_url": "https://avatars.githubusercontent.com/profvjreddi",
"profile": "https://github.com/profvjreddi",
"contributions": [
"bug",
"code",
"design",
"doc",
"test",
"tool"
]
},
{
"login": "salmanmkc",
"name": "Salman Chishti",
"avatar_url": "https://avatars.githubusercontent.com/u/32169182?v=4",
"profile": "https://github.com/salmanmkc",
"contributions": [
"code"
]
}
]
}