Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit c0d320f

Browse files
committed
replace double spaces with whitespace character
1 parent 6d1bd87 commit c0d320f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ steps:
7878
action_id: fileContents
7979
filename: 'config.yml'
8080
- type: gate
81-
left: '/^ repo: *lab-starter-template(?!#).*$/gm'
81+
left: '/^\s{2}repo: *lab-starter-template(?!#).*$/gm'
8282
operator: test
8383
right: '%actions.fileContents%'
8484
else:
@@ -108,7 +108,7 @@ steps:
108108
action_id: fileContents
109109
filename: 'config.yml'
110110
- type: gate
111-
left: '/^ name: *\w(?![ \t]*#).*$/gm'
111+
left: '/^\s{2}name: *\w(?![ \t]*#).*$/gm'
112112
operator: test
113113
right: '%actions.fileContents%'
114114
else:
@@ -233,7 +233,7 @@ steps:
233233
action_id: fileContents
234234
filename: 'config.yml'
235235
- type: gate
236-
left: '/^ description:(?![ \t]*#).*$/gm'
236+
left: '/^\s{2}description:(?![ \t]*#).*$/gm'
237237
operator: test
238238
right: '%actions.fileContents%'
239239
else:
@@ -263,7 +263,7 @@ steps:
263263
action_id: fileContents
264264
filename: 'config.yml'
265265
- type: gate
266-
left: '/^ event: *pull_request.opened(?!#).*$/gm'
266+
left: '/^\s{2}event: *pull_request.opened(?!#).*$/gm'
267267
operator: test
268268
right: '%actions.fileContents%'
269269
else:
@@ -293,7 +293,7 @@ steps:
293293
action_id: fileContents
294294
filename: 'config.yml'
295295
- type: gate
296-
left: '/^ - type: *gate(?!#).*$/gm'
296+
left: '/^\s{2}- type: *gate(?!#).*$/gm'
297297
operator: test
298298
right: '%actions.fileContents%'
299299
else:
@@ -347,7 +347,7 @@ steps:
347347
# action_id: fileContents
348348
# filename: 'config.yml'
349349
# - type: gate
350-
# left: '/^ left: *'%payload.pull_request.title%'(?!#).*$\n operator: *===(?!#).*$\n. right: *Add name to README(?!#).*$/gm'
350+
# left: '/^\s{2} left: *'%payload.pull_request.title%'(?!#).*$\n operator: *===(?!#).*$\n. right: *Add name to README(?!#).*$/gm'
351351
# operator: test
352352
# right: '%actions.fileContents%'
353353
# else:
@@ -389,7 +389,7 @@ steps:
389389
action_id: fileContents
390390
filename: 'config.yml'
391391
- type: gate
392-
left: '/^ - type: *respond(?!#).*$\n with: *pr-opened.md(?!#).*$/gm'
392+
left: '/^\s{2}- type: *respond(?!#).*$\n with: *pr-opened.md(?!#).*$/gm'
393393
operator: test
394394
right: '%actions.fileContents%'
395395
else:

0 commit comments

Comments
 (0)