File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4343 # ## and simply add your personal token at the top of the script
4444 source : salt://ssf/files/your_directory/git/git_30_create_PR.sh
4545
46+ # ## Any customisations to the formulas can be made here, e.g. for testing purposes
47+ # ## Usually, this is unnecessary but a likely override could be an upstream tracking
48+ # ## branch that doesn't match the value set above, i.e. `ssf:git:branch:upstream`.
49+ semrel_formulas :
50+ ssf :
51+ context :
52+ git :
53+ branch :
54+ upstream : master
55+
4656 # ## No formulas or files are active by default
4757 # ## State the formulas and files to work through when running the formula
4858 active :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ prepare-git-branch-for-{{ formula }}:
2727 - cwd: {{ ssf.formulas_path }}/ {{ formula }}/
2828 - args: > -
2929 prepare- git- branch- for - {{ formula }}
30- {{ ssf.git.branch.upstream }}
30+ {{ context.git.branch.upstream | d( ssf.git.branch.upstream) }}
3131 {{ context.git.branch.pr }}
3232 {{ context.git.commit.body | regex_escape }}
3333 - runas: {{ ssf.user }}
You can’t perform that action at this time.
0 commit comments