File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 162162 * IMPORTANT: Because these are regular expressions encoded as JSON string literals,
163163 * RegExp escapes need two backslashes, and ordinary periods should be "\\.".
164164 */
165- "allowedEmailRegExps" : [" [^@]+@users\\ .noreply\\ .github\\ .com" ],
166-
165+ //"allowedEmailRegExps": ["[^@]+@users\\.noreply\\.github\\.com"],
167166 /**
168167 * When Rush reports that the address is malformed, the notice can include an example
169168 * of a recommended email. Make sure it conforms to one of the allowedEmailRegExps
170169 * expressions.
171170 */
172- "sampleEmail" : " example@users.noreply.github.com"
173-
171+ //"sampleEmail": "example@users.noreply.github.com"
174172 /**
175173 * The commit message to use when committing changes during 'rush publish'.
176174 *
179177 * in the commit message, and then customize Rush's message to contain that string.
180178 */
181179 // "versionBumpCommitMessage": "Bump versions [skip ci]",
182-
183180 /**
184181 * The commit message to use when committing changes during 'rush version'.
185182 *
188185 * in the commit message, and then customize Rush's message to contain that string.
189186 */
190187 // "changeLogUpdateCommitMessage": "Update changelogs [skip ci]",
191-
192188 /**
193189 * The commit message to use when committing changefiles during 'rush change --commit'
194190 *
You can’t perform that action at this time.
0 commit comments