diff --git a/.github/workflows/all-contributors-add.yml b/.github/workflows/all-contributors-add.yml index 174fd6ca5..2885a0bd6 100644 --- a/.github/workflows/all-contributors-add.yml +++ b/.github/workflows/all-contributors-add.yml @@ -458,6 +458,8 @@ jobs: echo "No changes to commit" else git commit -m "docs: add @${USERNAME} as ${PROJECT} contributor for ${TYPES}" + # Pull before push so concurrent comment-triggered runs don't reject each other + git pull --rebase origin ${{ env.TARGET_BRANCH }} git push origin ${{ env.TARGET_BRANCH }} echo "Changes committed and pushed!" fi diff --git a/README.md b/README.md index 539001547..a3fffd7d6 100644 --- a/README.md +++ b/README.md @@ -470,6 +470,7 @@ Thanks goes to these wonderful people who have contributed to making this resour Oscar Flores
Oscar Flores

✍️ harishb00a
harishb00a

✍️ Pastor Soto
Pastor Soto

✍️ + Salman Chishti
Salman Chishti

🧑‍💻 @@ -490,6 +491,7 @@ Thanks goes to these wonderful people who have contributed to making this resour Vijay Janapa Reddi
Vijay Janapa Reddi

🪲 🧑‍💻 🎨 ✍️ 🧪 🛠️ Marcelo Rovai
Marcelo Rovai

✍️ 🧑‍💻 🎨 + Salman Chishti
Salman Chishti

🧑‍💻 diff --git a/kits/.all-contributorsrc b/kits/.all-contributorsrc index c9a44482a..4129419f4 100644 --- a/kits/.all-contributorsrc +++ b/kits/.all-contributorsrc @@ -38,6 +38,15 @@ "test", "tool" ] + }, + { + "login": "salmanmkc", + "name": "Salman Chishti", + "avatar_url": "https://avatars.githubusercontent.com/u/32169182?v=4", + "profile": "https://github.com/salmanmkc", + "contributions": [ + "code" + ] } ] -} \ No newline at end of file +} diff --git a/kits/README.md b/kits/README.md index 6384c29fe..f7246e3d1 100644 --- a/kits/README.md +++ b/kits/README.md @@ -146,6 +146,7 @@ Thanks to these wonderful people who helped improve the hardware kits! Vijay Janapa Reddi
Vijay Janapa Reddi

🪲 🧑‍💻 🎨 ✍️ 🧪 🛠️ Marcelo Rovai
Marcelo Rovai

✍️ 🧑‍💻 🎨 tutorial + Salman Chishti
Salman Chishti

🧑‍💻 diff --git a/tinytorch/.all-contributorsrc b/tinytorch/.all-contributorsrc index 44db62f5a..2886fe432 100644 --- a/tinytorch/.all-contributorsrc +++ b/tinytorch/.all-contributorsrc @@ -225,6 +225,15 @@ "code", "doc" ] + }, + { + "login": "salmanmkc", + "name": "Salman Chishti", + "avatar_url": "https://avatars.githubusercontent.com/u/32169182?v=4", + "profile": "https://github.com/salmanmkc", + "contributions": [ + "code" + ] } ] } diff --git a/tinytorch/README.md b/tinytorch/README.md index a288cc27b..d8db763aa 100644 --- a/tinytorch/README.md +++ b/tinytorch/README.md @@ -293,6 +293,9 @@ Thanks to these wonderful people who helped improve TinyTorch! harishb00a
harishb00a

✍️ Pastor Soto
Pastor Soto

✍️ + + Salman Chishti
Salman Chishti

🧑‍💻 +