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

Commit 4386343

Browse files
committed
respond when wrong branch
1 parent f61e4e1 commit 4386343

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ steps:
3030
left: '%payload.pull_request.head.ref%'
3131
operator: ===
3232
right: add-index
33+
else:
34+
- type: respond
35+
with: base-branch.md
3336
- type: gate
3437
left: '%payload.pull_request.base.ref%'
3538
operator: ===

0 commit comments

Comments
 (0)