Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-12-01 11:11:41 +08:00
2 changed files with 30 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.11
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+13
View File
@@ -74,4 +74,17 @@ systemctl enable oucshell.service
## 🤝 贡献者 ## 🤝 贡献者
<!-- readme: contributors -start --> <!-- readme: contributors -start -->
<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/Yaosanqi137">
<img src="https://avatars.githubusercontent.com/u/99163721?v=4" width="100;" alt="Yaosanqi137"/>
<br />
<sub><b>Yaosanqi137</b></sub>
</a>
</td>
</tr>
<tbody>
</table>
<!-- readme: contributors -end --> <!-- readme: contributors -end -->