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
Replace CLA workflow with reusable workflow from CLA repo
Points at blacklanternsecurity/CLA instead of the .github repo to avoid
the double .github path resolution issue. Fixes org members being
falsely flagged on external contributor PRs.
gh api --method POST "repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha }}" \
78
-
-f state=success \
79
-
-f context="CLAAssistant" \
80
-
-f description="CLA check skipped — all committers are org members or bots"
81
-
82
-
- name: "CLA Assistant"
83
-
if: |
84
-
(steps.cla-check.outputs.all_exempt != 'true') &&
85
-
((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')
0 commit comments