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

Commit 4ea7c9a

Browse files
committed
Check branch on first PR
1 parent 28e7882 commit 4ea7c9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ steps:
2626
event: pull_request.opened
2727
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues/1
2828
actions:
29+
- type: gate
30+
left: '%payload.pull_request.head.ref%'
31+
operator: ===
32+
right: add-index
2933
- type: closeIssue
3034
issue: Welcome
3135
action_id: prev

0 commit comments

Comments
 (0)