Skip to content

Commit

Permalink
fix: include messages for CLA (#51)
Browse files Browse the repository at this point in the history
This PR should fix the CLA signature flow.
  • Loading branch information
artemrys authored Oct 11, 2023
1 parent 923da25 commit 03966ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/agreements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
allowlist: dependabot[bot],renovate[bot]
remote-organization-name: splunk
remote-repository-name: cla-agreement
custom-pr-sign-comment: "I have read the CLA Document and I hereby accept the CLA"
create-file-commit-message: "For example: Creating file for storing CLA Signatures"
signed-commit-message: "$contributorName has signed the CLA in #$pullRequestNo"
custom-notsigned-prcomment: "All contributors have NOT signed the CLA Document"
custom-allsigned-prcomment: "****CLA Assistant Lite bot**** All contributors have signed the CLA ✍️ ✅"
CodeOfConduct:
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reusable-agreements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
allowlist: dependabot[bot],renovate[bot]
remote-organization-name: splunk
remote-repository-name: cla-agreement
custom-pr-sign-comment: "I have read the CLA Document and I hereby accept the CLA"
create-file-commit-message: "For example: Creating file for storing CLA Signatures"
signed-commit-message: "$contributorName has signed the CLA in #$pullRequestNo"
custom-notsigned-prcomment: "All contributors have NOT signed the CLA Document"
custom-allsigned-prcomment: "****CLA Assistant Lite bot**** All contributors have signed the CLA ✍️ ✅"
CodeOfConduct:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 03966ea

Please sign in to comment.