diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-11-01 20:37:05 +0200 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-11-06 16:10:18 -0800 |
commit | c2c468e890885b40e313cfaf93eac87b027516d7 (patch) | |
tree | a35f0ee03e4ae71685b47f97c4ee63837e555616 | |
parent | b4bd89b07e6116eba8bc64a2056970994ad9cfff (diff) |
Bump contributor-assistant to v2.6.1 (#3000)
-rw-r--r-- | .github/workflows/cla.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 3f4bf21864..013adc9ca8 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -13,7 +13,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: secondlife-3p/contributor-assistant@v2 + uses: secondlife-3p/contributor-assistant@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.SHARED_CLA_TOKEN }} |