Skip to content

Commit 5714012

Browse files
authored
Merge branch 'contributor-assistant:master' into recheck-param
2 parents 5f3c132 + ea72bdd commit 5714012

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- name: "CLA Assistant"
4040
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
41-
uses: contributor-assistant/github-action@2.5.0
41+
uses: contributor-assistant/github-action@v2.5.1
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
# the below token should have repo scope and must be manually added by you in the repository's secret
@@ -238,6 +238,13 @@ This PAT should have repo scope and is only required if you have configured to s
238238
<sub><b>Azzam S.A</b></sub>
239239
</a>
240240
</td>
241+
<td align="center">
242+
<a href="https://github.com/Tropicao">
243+
<img src="https://avatars.githubusercontent.com/u/4692087?v=4" width="100;" alt="Tropicao"/>
244+
<br />
245+
<sub><b>Alexis Lothoré</b></sub>
246+
</a>
247+
</td>
241248
<td align="center">
242249
<a href="https://github.com/alohr51">
243250
<img src="https://avatars.githubusercontent.com/u/3623618?v=4" width="100;" alt="alohr51"/>
@@ -265,15 +272,15 @@ This PAT should have repo scope and is only required if you have configured to s
265272
<br />
266273
<sub><b>Jan Holthuis</b></sub>
267274
</a>
268-
</td>
275+
</td></tr>
276+
<tr>
269277
<td align="center">
270278
<a href="https://github.com/nwalters512">
271279
<img src="https://avatars.githubusercontent.com/u/1476544?v=4" width="100;" alt="nwalters512"/>
272280
<br />
273281
<sub><b>Nathan Walters</b></sub>
274282
</a>
275-
</td></tr>
276-
<tr>
283+
</td>
277284
<td align="center">
278285
<a href="https://github.com/rokups">
279286
<img src="https://avatars.githubusercontent.com/u/19151258?v=4" width="100;" alt="rokups"/>
@@ -308,15 +315,15 @@ This PAT should have repo scope and is only required if you have configured to s
308315
<br />
309316
<sub><b>Timo Tijhof</b></sub>
310317
</a>
311-
</td>
318+
</td></tr>
319+
<tr>
312320
<td align="center">
313321
<a href="https://github.com/AndrewGable">
314322
<img src="https://avatars.githubusercontent.com/u/2838819?v=4" width="100;" alt="AndrewGable"/>
315323
<br />
316324
<sub><b>Andrew Gable</b></sub>
317325
</a>
318-
</td></tr>
319-
<tr>
326+
</td>
320327
<td align="center">
321328
<a href="https://github.com/knanao">
322329
<img src="https://avatars.githubusercontent.com/u/50069775?v=4" width="100;" alt="knanao"/>

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ inputs:
3939
description: "Will lock the pull request after merge so that the signature the contributors cannot revoke their signature comments after merge"
4040
default: "true"
4141
runs:
42-
using: "node16"
42+
using: "node20"
4343
main: 'dist/index.js'

0 commit comments

Comments
 (0)