Skip to content

Commit cd76715

Browse files
committed
chore: apply template copier-ssf-ci at v1.7.0
1 parent 0a410ab commit cd76715

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.copier-answers.ssf-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v1.6.3
2+
_commit: v1.7.0
33
_src_path: https://github.com/dafyddj/copier-ssf-ci
44
failure_permitted_pattern: (?x)(-master$|^fedora-41-|^amazonlinux-2-)
55
formula_name: openssh

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ ci:
1717
submodules: false
1818
default_stages: [pre-commit]
1919
repos:
20+
- repo: https://github.com/pre-commit/pre-commit-hooks
21+
rev: v5.0.0
22+
hooks:
23+
- id: check-merge-conflict
24+
name: Check for Git merge conflicts
25+
args: [--assume-in-merge]
26+
exclude: ^docs/AUTHORS.rst$
2027
- repo: https://github.com/dafyddj/mirrors-commitlint
2128
rev: v19.8.1
2229
hooks:

commitlint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ module.exports = {
66
'header-max-length': [2, 'always', 72],
77
},
88
ignores: [
9+
(commit) => commit.startsWith("chore(copier):"),
910
(commit) => commit.startsWith("chore(deps):"),
11+
(commit) => commit.startsWith("ci(pre-commit.ci):"),
1012
(commit) => commit.startsWith("[CI merge]")
1113
],
1214
};

0 commit comments

Comments
 (0)