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

Commit 33bd449

Browse files
committed
remove test for gate operator
1 parent 13a7676 commit 33bd449

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
@@ -426,13 +426,13 @@ steps:
426426
- type: getFileContents
427427
action_id: fileContents
428428
filename: 'config.yml'
429-
- type: gate
430-
left: '/^\s{4}left: *'\%payload.pull_request.title\%'(?!#).*$\n\s{4}operator: *===(?!#).*$\n\s{4}right: *Add name to README(?!#).*$/gm'
431-
operator: test
432-
right: '%actions.fileContents%'
433-
else:
434-
- type: respond
435-
with: 10.1_e-no-gate-options.md
429+
# - type: gate
430+
# left: '/^\s{4}left: *'\%payload.pull_request.title\%'(?!#).*$\n\s{4}operator: *===(?!#).*$\n\s{4}right: *Add name to README(?!#).*$/gm'
431+
# operator: test
432+
# right: '%actions.fileContents%'
433+
# else:
434+
# - type: respond
435+
# with: 10.1_e-no-gate-options.md
436436
- type: respond
437437
with: 10.0_respond-success.md
438438
data:

0 commit comments

Comments
 (0)