Skip to content

Commit a95da5b

Browse files
authored
Merge branch 'main' into nilness-check
2 parents 2c02813 + 098a2a0 commit a95da5b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Fixes #
1818
- [ ] ⚙️ Chore (`chore:`)
1919
- [ ] 💅 Refactor (`refactor:`)
2020
- [ ] 🔧 Enhancement (`enhance:`)
21+
- [ ] 📦 Dependency update (`deps:`)
2122

2223
<!-- (update the title of the Pull Request accordingly) -->
2324

.tekton/linter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
fi
100100
101101
# Define conventional commit regex
102-
conv_regexp='^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(\([a-z0-9-]+\))?: .+'
102+
conv_regexp='^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert|deps)(\([a-z0-9-]+\))?: .+'
103103
104104
# Validate commits
105105
gitlint_failed=()
@@ -156,7 +156,7 @@ spec:
156156
echo ""
157157
echo "ERROR: Conventional commit format failed for commits: ${conventional_failed[*]}"
158158
echo "Expected format: type(scope): description"
159-
echo "Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert"
159+
echo "Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert, deps"
160160
echo "See: https://www.conventionalcommits.org/en/v1.0.0/#summary"
161161
exit_code=1
162162
fi
@@ -165,7 +165,7 @@ spec:
165165
echo ""
166166
echo "ERROR: Pull request title validation failed"
167167
echo "Expected format: type(scope): description"
168-
echo "Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert"
168+
echo "Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert, deps"
169169
exit_code=1
170170
fi
171171

0 commit comments

Comments
 (0)