You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved conflicts:
- Accepted main's version for CRD YAMLs, docs, workflows, config files
- Preserved our SDK changes in standalone_controller.go, standalone.go
- Updated standalone_test.go to use main's inline JSON fixtures with
our SDK function signatures (added nil sdkRuntime parameter)
- Fixed searchheadcluster.go event publisher to use GetEventPublisher()
- Fixed duplicate import in test/testenv/testenv.go
- Restored our controller files that have SDK-specific parameters
- All unit tests pass (enterprise + validation)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
path-to-document: "https://github.com/splunk/cla-agreement/blob/main/CLA.md"# e.g. a CLA or a DCO document
26
26
branch: "main"
27
27
allowlist: dependabot[bot]
28
28
remote-organization-name: splunk
29
29
remote-repository-name: cla-agreement
30
-
custom-notsigned-prcomment: "<br/>Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our [Contribution License Agreement](${input.getPathToDocument()}) before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment with the exact sentence copied from below.<br/>"
31
-
custom-allsigned-prcomment: "⏳ **CLA signed** — now checking Code of Conduct status..."
32
30
CodeOfConduct:
33
31
runs-on: ubuntu-latest
34
-
# CLA and COC jobs both edit the same PR comment to show signing status.
35
-
# Run sequentially to avoid race conditions when updating the comment.
36
-
needs: ContributorLicenseAgreement
37
32
steps:
38
33
- name: "COC Assistant"
39
-
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby sign the COC') || github.event_name == 'pull_request_target'
34
+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
path-to-document: "https://github.com/splunk/cla-agreement/blob/main/CODE_OF_CONDUCT.md"# e.g. a COC or a DCO document
47
42
branch: "main"
48
43
allowlist: dependabot[bot]
49
44
remote-organization-name: splunk
50
45
remote-repository-name: cla-agreement
51
-
custom-pr-sign-comment: "I have read the Code of Conduct and I hereby sign the COC"
46
+
custom-pr-sign-comment: "I have read the Code of Conduct and I hereby accept the Terms"
47
+
create-file-commit-message: "For example: Creating file for storing COC Signatures"
52
48
signed-commit-message: "$contributorName has signed the COC in #$pullRequestNo"
53
-
custom-notsigned-prcomment: "<br/>🎉 **CLA signed — one more step to go!**<br/><br/>Please also accept our [Code of Conduct](${input.getPathToDocument()}) by posting a comment with the exact sentence copied from below. This helps us maintain a welcoming community.<br/>"
54
-
custom-allsigned-prcomment: "All contributors have signed required documents ✍️ ✅"
49
+
custom-notsigned-prcomment: "All contributors have NOT signed the COC Document"
50
+
custom-allsigned-prcomment: "****CLA Assistant Lite bot**** All contributors have signed the COC ✍️ ✅"
0 commit comments