This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -333,16 +333,16 @@ steps:
333333 description : Use contextual information to validate
334334 event : pull_request.synchronize
335335 actions :
336- - type : getFileContents
337- action_id : fileContents
338- filename : ' config.yml'
339- - type : gate
340- left : ' /^ left: ' %payload.pull_request.title%'(?!#).*$\n operator: ===(?!#).*$\n. right: Add name to README(?!#).*$/gm'
341- operator : test
342- right : ' %actions.fileContents%'
343- else :
344- - type : respond
345- with : e-no-gate-options.md
336+ # - type: getFileContents
337+ # action_id: fileContents
338+ # filename: 'config.yml'
339+ # - type: gate
340+ # left: '/^ left: '%payload.pull_request.title%'(?!#).*$\n operator: ===(?!#).*$\n. right: Add name to README(?!#).*$/gm'
341+ # operator: test
342+ # right: '%actions.fileContents%'
343+ # else:
344+ # - type: respond
345+ # with: e-no-gate-options.md
346346 - type : respond
347347 with : respond-success.md
348348 - type : octokit
You can’t perform that action at this time.
0 commit comments