|
48 | 48 | action_id: fileContents |
49 | 49 | filename: 'config.yml' |
50 | 50 | - type: gate |
51 | | - left: '/^title: *\w(?![ \t]*#).*$/gm' |
| 51 | + left: '/^title: *\w(?![ \t]*#).*$/gm' |
52 | 52 | operator: test |
53 | 53 | right: '%actions.fileContents%' |
54 | 54 | else: |
|
78 | 78 | action_id: fileContents |
79 | 79 | filename: 'config.yml' |
80 | 80 | - type: gate |
81 | | - left: '/^ repo: *lab-starter-template(?!#).*$/gm' |
| 81 | + left: '/^ repo: *lab-starter-template(?!#).*$/gm' |
82 | 82 | operator: test |
83 | 83 | right: '%actions.fileContents%' |
84 | 84 | else: |
@@ -108,7 +108,7 @@ steps: |
108 | 108 | action_id: fileContents |
109 | 109 | filename: 'config.yml' |
110 | 110 | - type: gate |
111 | | - left: '/^ name: *\w(?![ \t]*#).*$/gm' |
| 111 | + left: '/^ name: *\w(?![ \t]*#).*$/gm' |
112 | 112 | operator: test |
113 | 113 | right: '%actions.fileContents%' |
114 | 114 | else: |
@@ -162,7 +162,7 @@ steps: |
162 | 162 | action_id: fileContents |
163 | 163 | filename: 'config.yml' |
164 | 164 | - type: gate |
165 | | - left: '/^- type: *createIssue(?!#).*$\n title: *(?![ \t]*#).*$\n. body: *welcome-text.md(?!#).*$/gm' |
| 165 | + left: '/^- type: *createIssue(?!#).*$\n title: *(?![ \t]*#).*$\n. body: *welcome-text.md(?!#).*$/gm' |
166 | 166 | operator: test |
167 | 167 | right: '%actions.fileContents%' |
168 | 168 | else: |
@@ -191,7 +191,7 @@ steps: |
191 | 191 | action_id: fileContents |
192 | 192 | filename: 'responses/welcome-text.md' |
193 | 193 | - type: gate |
194 | | - left: '/\w+/gm' |
| 194 | + left: '/\w+/gm' |
195 | 195 | operator: test |
196 | 196 | right: '%actions.fileContents%' |
197 | 197 | else: |
@@ -233,7 +233,7 @@ steps: |
233 | 233 | action_id: fileContents |
234 | 234 | filename: 'config.yml' |
235 | 235 | - type: gate |
236 | | - left: '/^ description:(?![ \t]*#).*$/gm' |
| 236 | + left: '/^ description:(?![ \t]*#).*$/gm' |
237 | 237 | operator: test |
238 | 238 | right: '%actions.fileContents%' |
239 | 239 | else: |
@@ -263,7 +263,7 @@ steps: |
263 | 263 | action_id: fileContents |
264 | 264 | filename: 'config.yml' |
265 | 265 | - type: gate |
266 | | - left: '/^ event: *pull_request.opened(?!#).*$/gm' |
| 266 | + left: '/^ event: *pull_request.opened(?!#).*$/gm' |
267 | 267 | operator: test |
268 | 268 | right: '%actions.fileContents%' |
269 | 269 | else: |
@@ -293,7 +293,7 @@ steps: |
293 | 293 | action_id: fileContents |
294 | 294 | filename: 'config.yml' |
295 | 295 | - type: gate |
296 | | - left: '/^ - type: *gate(?!#).*$/gm' |
| 296 | + left: '/^ - type: *gate(?!#).*$/gm' |
297 | 297 | operator: test |
298 | 298 | right: '%actions.fileContents%' |
299 | 299 | else: |
@@ -347,7 +347,7 @@ steps: |
347 | 347 | # action_id: fileContents |
348 | 348 | # filename: 'config.yml' |
349 | 349 | # - type: gate |
350 | | - # left: '/^ left: *'%payload.pull_request.title%'(?!#).*$\n operator: *===(?!#).*$\n. right: *Add name to README(?!#).*$/gm' |
| 350 | + # left: '/^ left: *'%payload.pull_request.title%'(?!#).*$\n operator: *===(?!#).*$\n. right: *Add name to README(?!#).*$/gm' |
351 | 351 | # operator: test |
352 | 352 | # right: '%actions.fileContents%' |
353 | 353 | # else: |
@@ -389,7 +389,7 @@ steps: |
389 | 389 | action_id: fileContents |
390 | 390 | filename: 'config.yml' |
391 | 391 | - type: gate |
392 | | - left: '/^ - type: *respond(?!#).*$\n with: *pr-opened.md(?!#).*$/gm' |
| 392 | + left: '/^ - type: *respond(?!#).*$\n with: *pr-opened.md(?!#).*$/gm' |
393 | 393 | operator: test |
394 | 394 | right: '%actions.fileContents%' |
395 | 395 | else: |
@@ -431,7 +431,7 @@ steps: |
431 | 431 | action_id: fileContents |
432 | 432 | filename: 'config.yml' |
433 | 433 | - type: gate |
434 | | - left: '/^tagline:(?![ \t]*#).*$\ndescription:(?![ \t]*#).*$/gm' |
| 434 | + left: '/^tagline:(?![ \t]*#).*$\ndescription:(?![ \t]*#).*$/gm' |
435 | 435 | operator: test |
436 | 436 | right: '%actions.fileContents%' |
437 | 437 | else: |
@@ -466,3 +466,4 @@ steps: |
466 | 466 | actions: |
467 | 467 | - type: respond |
468 | 468 | with: congratulations.md |
| 469 | + |
0 commit comments