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
gh api --method POST "repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha }}" \
49
78
-f state=success \
50
79
-f context="CLAAssistant" \
51
-
-f description="CLA check skipped — author is an org member"
80
+
-f description="CLA check skipped — all committers are org members or bots"
52
81
53
82
- name: "CLA Assistant"
54
83
if: |
55
-
(steps.membership.outputs.is_member != 'true') &&
84
+
(steps.cla-check.outputs.all_exempt != 'true') &&
56
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