Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
f1926838a6 Merge fe51a57398 into 52ebff3e69 2026-03-28 12:37:37 +00:00
renovate[bot]
fe51a57398 feat(deps): update codacy/git-version action to v2.8.7 2026-03-27 09:33:30 +00:00

View File

@@ -35,7 +35,7 @@ jobs:
with: with:
no_commit: True no_commit: True
options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py, options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py,
- uses: stefanzweifel/git-auto-commit-action@v7 - uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: Adjusted files for isort & autopep commit_message: Adjusted files for isort & autopep
@@ -91,7 +91,7 @@ jobs:
git config --local user.name "creyD" git config --local user.name "creyD"
- name: Git Version - name: Git Version
uses: codacy/git-version@2.8.6 uses: codacy/git-version@2.8.7
id: git_version id: git_version
with: with:
minor-identifier: "feat:" minor-identifier: "feat:"