Skip to content

Commit baba4fd

Browse files
authored
Merge branch 'main' into 1.x
2 parents b0f4034 + 5968fde commit baba4fd

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

.github/README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,24 @@
114114

115115
<!-- readme: collaborators,contributors -start -->
116116
<table>
117-
<tr>
118-
<td align="center">
119-
<a href="https://github.com/xinansky">
120-
<img src="https://avatars.githubusercontent.com/u/45371089?v=4" width="64;" alt="xinansky"/>
121-
<br />
122-
<sub><b>xinansky</b></sub>
123-
</a>
124-
</td>
125-
<td align="center">
126-
<a href="https://github.com/Starkappa">
127-
<img src="https://avatars.githubusercontent.com/u/155533864?v=4" width="64;" alt="Starkappa"/>
128-
<br />
129-
<sub><b>Starkappa</b></sub>
130-
</a>
131-
</td></tr>
117+
<tbody>
118+
<tr>
119+
<td align="center">
120+
<a href="https://github.com/xinansky">
121+
<img src="https://avatars.githubusercontent.com/u/45371089?v=4" width="64;" alt="xinansky"/>
122+
<br />
123+
<sub><b>xinansky</b></sub>
124+
</a>
125+
</td>
126+
<td align="center">
127+
<a href="https://github.com/Starkappa">
128+
<img src="https://avatars.githubusercontent.com/u/155533864?v=4" width="64;" alt="Starkappa"/>
129+
<br />
130+
<sub><b>Starkappa</b></sub>
131+
</a>
132+
</td>
133+
</tr>
134+
<tbody>
132135
</table>
133136
<!-- readme: collaborators,contributors -end -->
134137

.github/workflows/label.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
pull-requests: write
1717

1818
steps:
19-
- uses: actions/labeler@v4
20-
with:
21-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
19+
- uses: actions/labeler@v5
20+
with:
21+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/reademe-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: A job to automate contrib in readme
1010
steps:
1111
- name: Contribute List
12-
uses: akhilmhdh/[email protected].6
12+
uses: akhilmhdh/[email protected].10
1313
with:
1414
image_size: 64
1515
readme_path: .github/README.md

0 commit comments

Comments
 (0)