diff --git a/.github/workflows/autoblack.yml b/.github/workflows/autoblack.yml index b2d4157..7a84f2a 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/autoblack.yml @@ -18,14 +18,9 @@ jobs: with: options: "." continue-on-error: true - - - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + - uses: stefanzweifel/git-auto-commit-action@v5 with: - token: ${{ secrets.GITHUB_TOKEN }} - title: "Format Python code with Black" commit-message: ":art: Format Python code with Black" - body: | - This pull request uses the [psf/black](https://github.com/psf/black) formatter. - base: ${{ github.head_ref }} # Creates pull request onto pull request or commit branch - branch: actions/black + commit_user_name: yunohost-bot + commit_user_email: yunohost-bot@users.noreply.github.com + commit_author: 'yunohost-bot ' diff --git a/lib/parse_tests_toml.py b/lib/parse_tests_toml.py index 5a616ba..78b1724 100755 --- a/lib/parse_tests_toml.py +++ b/lib/parse_tests_toml.py @@ -13,6 +13,14 @@ from default_install_args import get_default_values_for_questions + + + + + + + + def generate_test_list_base( test_manifest: dict, default_install_args: dict,