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

Commit a756415

Browse files
committed
move branch protection for bug branch so it doesnt get in the way
1 parent ab872bd commit a756415

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ before:
1111
- type: updateBranchProtection
1212
- type: updateBranchProtection
1313
branch: release-v1.0
14-
- type: updateBranchProtection
15-
branch: bug-fix
1614
# creating a welcome issue that will have the user's first instructions
1715
- type: createIssue
1816
title: Welcome
@@ -367,6 +365,8 @@ steps:
367365
event: pull_request_review.submitted
368366
link: "{{ repoUrl }}/pull/10"
369367
actions:
368+
- type: updateBranchProtection
369+
branch: bug-fix
370370
- type: mergePullRequest
371371
- type: createPullRequest
372372
title: Backport the hotfix

0 commit comments

Comments
 (0)