Skip to content

Commit

Permalink
ci: commit black changes directly ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Nov 29, 2024
1 parent dfbd82a commit 5214c3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/autoblack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
commit_author: 'yunohost-bot <[email protected]>'
8 changes: 8 additions & 0 deletions lib/parse_tests_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5214c3e

Please sign in to comment.