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
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
path-to-document: "https://github.com/splunk/cla-agreement/blob/main/CLA.md"# e.g. a CLA or a DCO document
26
+
branch: "main"
27
+
allowlist: dependabot[bot]
28
+
remote-organization-name: splunk
29
+
remote-repository-name: cla-agreement
30
+
CodeOfConduct:
31
+
runs-on: ubuntu-latest
32
+
steps:
33
+
- name: "COC Assistant"
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'
0 commit comments