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

Commit 6b242bf

Browse files
authored
change "master" to "main"
1 parent 1a4de86 commit 6b242bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ steps:
3939
- type: gate
4040
left: "%payload.pull_request.base.ref%"
4141
operator: ===
42-
right: master
42+
right: main
4343
- type: closeIssue
4444
issue: Welcome
4545
action_id: prev
@@ -153,7 +153,7 @@ steps:
153153
- type: gate
154154
left: "%payload.pull_request.base.ref%"
155155
operator: ===
156-
right: master
156+
right: main
157157
- type: gate
158158
left: "%payload.action%"
159159
operator: "!=="
@@ -244,7 +244,7 @@ steps:
244244
- type: gate
245245
left: "%payload.pull_request.base.ref%"
246246
operator: ===
247-
right: master
247+
right: main
248248
- type: gate
249249
left: "%payload.action%"
250250
operator: "!=="
@@ -323,7 +323,7 @@ steps:
323323
- type: gate
324324
left: "%payload.pull_request.merged%"
325325
- type: mergeBranch
326-
head: master
326+
head: main
327327
base: add-style
328328
- type: createPullRequest
329329
title: Add some style to your page

0 commit comments

Comments
 (0)