Skip to content

Commit

Permalink
Merge branch 'contributor-assistant:master' into recheck-param
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Sep 17, 2024
2 parents 5f3c132 + ea72bdd commit 5714012
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- name: "CLA Assistant"
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'
uses: contributor-assistant/github-action@2.5.0
uses: contributor-assistant/github-action@v2.5.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
Expand Down Expand Up @@ -238,6 +238,13 @@ This PAT should have repo scope and is only required if you have configured to s
<sub><b>Azzam S.A</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Tropicao">
<img src="https://avatars.githubusercontent.com/u/4692087?v=4" width="100;" alt="Tropicao"/>
<br />
<sub><b>Alexis Lothoré</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/alohr51">
<img src="https://avatars.githubusercontent.com/u/3623618?v=4" width="100;" alt="alohr51"/>
Expand Down Expand Up @@ -265,15 +272,15 @@ This PAT should have repo scope and is only required if you have configured to s
<br />
<sub><b>Jan Holthuis</b></sub>
</a>
</td>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/nwalters512">
<img src="https://avatars.githubusercontent.com/u/1476544?v=4" width="100;" alt="nwalters512"/>
<br />
<sub><b>Nathan Walters</b></sub>
</a>
</td></tr>
<tr>
</td>
<td align="center">
<a href="https://github.com/rokups">
<img src="https://avatars.githubusercontent.com/u/19151258?v=4" width="100;" alt="rokups"/>
Expand Down Expand Up @@ -308,15 +315,15 @@ This PAT should have repo scope and is only required if you have configured to s
<br />
<sub><b>Timo Tijhof</b></sub>
</a>
</td>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/AndrewGable">
<img src="https://avatars.githubusercontent.com/u/2838819?v=4" width="100;" alt="AndrewGable"/>
<br />
<sub><b>Andrew Gable</b></sub>
</a>
</td></tr>
<tr>
</td>
<td align="center">
<a href="https://github.com/knanao">
<img src="https://avatars.githubusercontent.com/u/50069775?v=4" width="100;" alt="knanao"/>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ inputs:
description: "Will lock the pull request after merge so that the signature the contributors cannot revoke their signature comments after merge"
default: "true"
runs:
using: "node16"
using: "node20"
main: 'dist/index.js'

0 comments on commit 5714012

Please sign in to comment.