-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcfg_template.yml
29 lines (28 loc) · 1.31 KB
/
cfg_template.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
prs:
# Uncomment this if you use a different name for your default branch (e.g. "main" instead of "master")
# main-branch-name: main
#
# Uncomment to create new PRs in draft mode by default. This will prevent them from notifying anybody
# (including CODEOWNERS) until you are ready. This option can be overridden on the command line using the
# -d/--draft or --no-draft options, which set draft mode to true or false, respectively.
# draft-by-default: true
#
# Print out the links to the terminal for the created/updated PRs (default false)
# print-urls: true
trains:
# This is an example. This PR train would have 4 branches plus 1 "combined" branch to run tests etc on.
#
# The order of branches is important - it defines what will be merged (or rebased) into what.
#
# The train identifier ("fix important things") is only there for readability and it can be any string. We
# suggest you use a short description explaining what the PR train is for.
#
# The "combined" branch is optional. If you include it, pr-train will create a "combined" branch for you.
#
# fix important things:
# - zoe_branch_fix_first_thing
# - zoe_branch_fix_the_other_thing
# - zoe_branch_update_tests
# - zoe_branch_regenerate_noisy_snapshots
# - zoe_fix_the_important_things:
# combined: true