Automatic patch/PR for helpers 2.1
This commit is contained in:
parent
aba47e9b2d
commit
5f23687216
3 changed files with 15 additions and 0 deletions
5
autopatches/patches/auto-helpers-2.1/patch.sh
Normal file
5
autopatches/patches/auto-helpers-2.1/patch.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
python3 ../../helpers2.1/convert_to_helpers_2.1.py ./
|
||||
|
||||
git add .
|
9
autopatches/patches/auto-helpers-2.1/pr_body.md
Normal file
9
autopatches/patches/auto-helpers-2.1/pr_body.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
This is an ***automated*** patch for the switch to helpers 2.1
|
||||
|
||||
If you are not familar with helpers 2.1, please check the discussion at https://forum.yunohost.org/t/new-experimental-2-1-helpers/30114
|
||||
|
||||
Please bear in mind that this is just an **automated** patch and it is very likely to not work out of the box.
|
||||
|
||||
In particular it is known to possibly create syntax issues or permission issues which may need to be resolved manually. You are absolutely encouraged to come discuss about this on the app packaging room if you are unsure how to fix a specific issue.
|
||||
|
1
autopatches/patches/auto-helpers-2.1/pr_title.md
Normal file
1
autopatches/patches/auto-helpers-2.1/pr_title.md
Normal file
|
@ -0,0 +1 @@
|
|||
Automatic patch attempt for helpers 2.1
|
Loading…
Reference in a new issue