Skip to content

ci: add CLA assistant workflow#12

Merged
adityamehra merged 1 commit into
mainfrom
feat/add-cla-workflow
Jun 8, 2026
Merged

ci: add CLA assistant workflow#12
adityamehra merged 1 commit into
mainfrom
feat/add-cla-workflow

Conversation

@adityamehra

Copy link
Copy Markdown
Member

Summary

  • Adds the Contributor License Agreement (CLA) workflow for pull request contributors
  • Mirrors the configuration from splunk-otel-python-contrib
  • Uses the Splunk CLA agreement (signatures stored in splunk/cla-agreement)
  • Pins the contributor-assistant/github-action to its SHA hash (ca4a40a7d1004f18d9960b404b97e5f30a505a08 = v2.6.1) instead of a mutable version tag

How it works

  • Triggers on new/updated PRs and on issue comments
  • Contributors sign by commenting I have read the CLA Document and I hereby sign the CLA
  • Existing signatories are automatically verified on each PR update
  • dependabot[bot] is allowlisted and does not need to sign

Required secrets

  • PAT_CLATOOL: personal access token with permissions to write to splunk/cla-agreement signatures file (same secret used across Splunk OSS repos)

Test plan

  • Open a draft PR from a test account that has not signed the CLA and verify the check blocks merging
  • Post the CLA sign comment and verify the check passes
  • Open a subsequent PR from the same account and verify it auto-passes

Made with Cursor

Adds the Contributor License Agreement workflow using the Splunk CLA
assistant, matching the configuration used in splunk-otel-python-contrib.
Uses pinned action hash instead of a mutable version tag.

Co-authored-by: Cursor <cursoragent@cursor.com>
@adityamehra
adityamehra merged commit fdacd63 into main Jun 8, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant