Skip to content

Commit

Permalink
Merge branch 'main' into 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
xinansky authored Jun 2, 2024
2 parents c4263e1 + 0911fc2 commit 08c1e8c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 26 deletions.
47 changes: 25 additions & 22 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,28 +116,31 @@ or [Wiki](https://github.com/AIO-GAME/Common/wiki)

<!-- readme: collaborators,contributors -start -->
<table>
<tr>
<td align="center">
<a href="https://github.com/xinansky">
<img src="https://avatars.githubusercontent.com/u/45371089?v=4" width="64;" alt="xinansky"/>
<br />
<sub><b>xinansky</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Starkappa">
<img src="https://avatars.githubusercontent.com/u/155533864?v=4" width="64;" alt="Starkappa"/>
<br />
<sub><b>Starkappa</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/xcarray">
<img src="https://avatars.githubusercontent.com/u/6380068?v=4" width="64;" alt="xcarray"/>
<br />
<sub><b>xcarray</b></sub>
</a>
</td></tr>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/xinansky">
<img src="https://avatars.githubusercontent.com/u/45371089?v=4" width="64;" alt="xinansky"/>
<br />
<sub><b>xinansky</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Starkappa">
<img src="https://avatars.githubusercontent.com/u/155533864?v=4" width="64;" alt="Starkappa"/>
<br />
<sub><b>Starkappa</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/xcarray">
<img src="https://avatars.githubusercontent.com/u/6380068?v=4" width="64;" alt="xcarray"/>
<br />
<sub><b>xcarray</b></sub>
</a>
</td>
</tr>
<tbody>
</table>
<!-- readme: collaborators,contributors -end -->

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
pull-requests: write

steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/reademe-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected].6
uses: akhilmhdh/[email protected].10
with:
image_size: 64
readme_path: .github/README.md
Expand Down

0 comments on commit 08c1e8c

Please sign in to comment.