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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ This section amends your scenario list and adds missing scenarios.
126
126
- If signed out: user sees auth-required state and can start GitHub login.
127
127
- If signed in and authorized on at least one installed account: user sees the account list and install button.
128
128
- If signed in but authorized on zero installed accounts: user sees install CTA for GitHub App flow.
129
+
- Newly installed accounts start with no CLA text. Maintainers must publish their own CLA before external contributors can sign.
129
130
130
131
### 3) User selects Contributor
131
132
@@ -189,6 +190,7 @@ This section amends your scenario list and adds missing scenarios.
189
190
### 12) Installation lifecycle scenarios
190
191
191
192
- Installation `created` or `unsuspend`: account row is created/reactivated, installation ID refreshed, and installation target metadata (`organization` vs `user`) is persisted.
193
+
- New installations are initialized with empty CLA text and `cla_text_sha256 = null` (no built-in agreement/template is auto-published).
192
194
- Installation `deleted` or `suspend`: account is deactivated and installation ID cleared.
0 commit comments