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
longDescription: html`@${submitterGitHubID} has signed up to participate as an individual. All is well; contribute at will!`
67
73
};
68
74
}
69
75
@@ -73,22 +79,24 @@ function statusIndividualNoWorkstreams(submitterGitHubID, repoName) {
73
79
74
80
return{
75
81
state: "pending",
76
-
isNothing: false,
77
82
description: `@${submitterGitHubID} participates as an individual, but not in this workstream`,
78
-
longDescription: html`@${submitterGitHubID} has signed up to participate as an individual, but has not chosen to participate in the ${workstreamName} workstream. To amend your agreement, submit a pull request to <ahref="https://github.com/${repo}">${repo}</a>.`,
longDescription: html`@${submitterGitHubID} has signed up to participate as an individual, but has not chosen to participate in the ${workstreamName} workstream. To amend your agreement, submit a pull request to <ahref="https://github.com/${repo}">${repo}</a>.`
description: `@${submitterGitHubID} is not yet verified`,
89
-
longDescription: html`@${submitterGitHubID} has signed up to participate as an individual, but has not yet been verified. Hold tight while we sort this out on our end!`,
longDescription: html`@${submitterGitHubID} has signed up to participate as an individual, but has not yet been verified. Hold tight while we sort this out on our end!`
92
100
};
93
101
}
94
102
@@ -97,11 +105,12 @@ function statusEntity(submitterGitHubID, repoName, entity) {
97
105
98
106
return{
99
107
state: "success",
100
-
isNothing: false,
101
108
description: `${submitterGitHubID} participates on behalf of ${entity.info.name}`,
102
-
longDescription: html`@${submitterGitHubID} is part of the ${entity.info.gitHubOrganization} GitHub organization, associated with ${entity.info.name}, which has signed the agreement and participates in the ${workstreamName} workstream. All is well; contribute at will!`,
longDescription: html`@${submitterGitHubID} is part of the ${entity.info.gitHubOrganization} GitHub organization, associated with ${entity.info.name}, which has signed the agreement and participates in the ${workstreamName} workstream. All is well; contribute at will!`
105
114
};
106
115
}
107
116
@@ -110,11 +119,12 @@ function statusEntitiesUnverified(submitterGitHubID, repoName, entities) {
110
119
111
120
return{
112
121
state: "pending",
113
-
isNothing: false,
114
122
description: `@${submitterGitHubID} participates on behalf of an unverified entity`,
115
-
longDescription: html`@${submitterGitHubID} is part of the ${orgs} GitHub ${word}, but ${pronoun}${haveVerb} not yet been verified. Hold tight while we sort this out on our end!`,
longDescription: html`@${submitterGitHubID} is part of the ${orgs} GitHub ${word}, but ${pronoun}${haveVerb} not yet been verified. Hold tight while we sort this out on our end!`
118
128
};
119
129
}
120
130
@@ -124,22 +134,24 @@ function statusEntityNoWorkstreams(submitterGitHubID, repoName, entities) {
124
134
125
135
return{
126
136
state: "pending",
127
-
isNothing: false,
128
137
description: `@${submitterGitHubID} participates on behalf of a non-workstream entity`,
129
-
longDescription: html`@${submitterGitHubID} is part of the ${orgs} GitHub ${word}, but ${pronoun}${doVerb} not participate in the ${workstreamName} workstream. Please have the contact for ${pronoun2}${word} update their participation agreement.`,
longDescription: html`@${submitterGitHubID} is part of the ${orgs} GitHub ${word}, but ${pronoun}${doVerb} not participate in the ${workstreamName} workstream. Please have the contact for ${pronoun2}${word} update their participation agreement.`
description: `@${submitterGitHubID} has not signed up to participate`,
140
-
longDescription: html`@${submitterGitHubID} does not appear to have signed the agreement, or be associated with an entity that has done so. Please sign it, or forward it to an authorized representative!`,
longDescription: html`@${submitterGitHubID} does not appear to have signed the agreement, or be associated with an entity that has done so. Please sign it, or forward it to an authorized representative!`
0 commit comments