-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: dependjinbot <dependjinbot@endjin.com>
- Loading branch information
1 parent
5277610
commit b9ccec5
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,24 @@ | ||
# DO NOT EDIT THIS FILE | ||
# This file was generated by the pr-autoflow mechanism as a result of executing this action: | ||
# https://github.com/endjin/.github/actions/workflows/deploy_pr_autoflow.yml | ||
# This repository participates in this mechanism due to an entry in this file: | ||
# https://github.com/endjin/.github/blob/b69ff1d66541ae049fb0457c65c719c6d7e9b862/repos/live/corvus-dotnet.yml | ||
|
||
mode: ContinuousDeployment | ||
branches: | ||
master: | ||
regex: ^master | ||
tag: preview | ||
increment: patch | ||
dependabot-pr: | ||
regex: ^dependabot | ||
tag: dependabot | ||
source-branches: | ||
- develop | ||
- master | ||
- release | ||
- feature | ||
- support | ||
- hotfix | ||
next-version: "0.1" | ||
|