Artem Goncharov dfe3039259
switch to git apply of the generated patch (#12)
switch to git apply of the generated patch

In comparison to a regular diff we have binary files already in patch. It is also created with the purpose to be shared (by email). Try applying it instead.

Reviewed-by: OpenTelekomCloud Bot <None>
2022-05-10 11:01:59 +00:00

8 lines
396 B
YAML

apply_doc_patch_gh: "/usr/local/bin/gh"
apply_doc_patch_branch_name: "import-{{ doc_label }}-{{ zuul.change }}"
apply_doc_patch_pr_title: |
Changes to {{ doc_label }} from doc-exports#{{ zuul.change }}
apply_doc_patch_pr_body_file: "{{ ansible_user_dir }}/{{ doc_label }}_pr_body.txt"
apply_doc_patch_pr_label: "autoPR"
apply_doc_patch_reject_file: "{{ ansible_user_dir }}/{{ doc_label }}_rej"