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

Commit a507560

Browse files
committed
temporarily remove validation for payload data until #2 is resolved
1 parent 2f45c03 commit a507560

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)