Add issue-and-pr-template autopatch

This commit is contained in:
Alexandre Aubin
2021-05-11 02:14:21 +02:00
parent 454a0edccf
commit cfa545f45b
4 changed files with 21 additions and 4 deletions

View File

@ -161,16 +161,16 @@ def main():
Example usage:
# Init local git clone for all apps
./autopatch --build-cache
./autopatch.py --build-cache
# Apply patch in all local clones
./autopatch --apply explicit-php-version-in-deps
./autopatch.py --apply explicit-php-version-in-deps
# Inspect diff for all apps
./autopatch --diff
./autopatch.py --diff
# Push and create pull requests on all apps with non-empty diff
./autopatch --push explicit-php-version-in-deps
./autopatch.py --push explicit-php-version-in-deps
""")
elif action == "--build-cache":