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 }}