Skip to content

ci: changing pre-commit commit and pr name #3445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
fail_fast: True

ci:
# Commit name when auto fixing PRs.
autofix_commit_msg: |
ci: auto fixes from pre-commit.com hooks.

for more information, see https://pre-commit.ci

# PR name when autoupdate
autoupdate_commit_msg: 'ci: pre-commit autoupdate'


repos:

- repo: https://github.com/ansys/pre-commit-hooks
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3445.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: changing pre-commit commit and pr name
Loading