From b6403306cf72483494d311774600d2c445d51cbe Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:30:36 +0000 Subject: [PATCH] feat: Updated .github/workflows/cla.yml --- .github/workflows/cla.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 540c8a4..c81e9fd 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -60,3 +60,4 @@ jobs: custom-allsigned-prcomment: '🤖 All Contributors have signed the [${{ github.event.repository.name }} CLA](https://github.com/openim-sigs/cla/blob/main/README.md).
The signed information is recorded [🤖here](https://github.com/openim-sigs/cla/tree/main/signatures/${{ github.event.repository.name }}/cla.json)' # lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true) # use-dco-flag: true - If you are using DCO instead of CLA + github-token: ${{ secrets.GITHUB_TOKEN }}