diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index cb3ca58d..91bb13ef 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -11,8 +11,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' - # Beta Release - uses: cla-assistant/github-action@v2.1.3-beta + uses: contributor-assistant/github-action@v2.3.0 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 @@ -26,7 +25,7 @@ jobs: remote-organization-name: KusionStack remote-repository-name: cla.db branch: 'main' - allowlist: 'test' + allowlist: test,bot* #below are the optional inputs - If the optional inputs are not given, then default values will be taken #remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)