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

Commit 6ef78cc

Browse files
committed
remove gate that checks file
1 parent 75200e0 commit 6ef78cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ steps:
2525
url: 'https://%user.username%.github.io/%payload.repository.name%'
2626
- type: updateBranchProtection
2727

28-
2928
- title: Customize your homepage
3029
description: Open a pull request with changes to the homepage.
3130
event: pull_request.opened
@@ -40,11 +39,6 @@ steps:
4039
- type: getTree
4140
action_id: tree
4241
sha: '%payload.pull_request.head.sha%'
43-
- type: gate
44-
gates:
45-
- left: '%actions.tree.data.tree%'
46-
operator: includes
47-
right: 'path:index.html'
4842
- type: createReview
4943
body: 02_merge-pr.md
5044
event: APPROVE

0 commit comments

Comments
 (0)