Skip to content

Commit

Permalink
Update cla.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: cicdguy <[email protected]>
  • Loading branch information
cicdguy authored Mar 7, 2024
1 parent 610ca8e commit 2cb3c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
path-to-signatures: ${{ env.GITHUB_REPOSITORY }}/cla.json
path-to-document: https://github.com/${{ env.GITHUB_REPOSITORY_OWNER }}/.github/blob/main/CLA.md
path-to-signatures: ${{ github.repository }}/cla.json
path-to-document: https://github.com/${{ github.repository_owner }}/.github/blob/main/CLA.md
branch: cla-signatures
allowlist: github-actions[bot],dependabot-preview[bot],insights-engineering-bot
create-file-commit-message: '🛠 Init CLA Signatures'
remote-organization-name: ${{ env.GITHUB_REPOSITORY_OWNER }}
remote-organization-name: ${{ github.repository_owner }}
remote-repository-name: .github-private
signed-commit-message: '✍️ CLA signed by $contributorName in ${{ env.GITHUB_REPOSITORY }} in PR #$pullRequestNo'
custom-allsigned-prcomment: '✅ All contributors have signed the CLA'
Expand Down

0 comments on commit 2cb3c63

Please sign in to comment.