1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-05-22 08:55:42 +02:00

Fix/improve issue templates (#3232)

This commit is contained in:
qwerty287
2024-01-20 18:29:19 +01:00
committed by GitHub
parent aae5d8449f
commit 3193a12671
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ repos:
entry: YAML filenames must have .yaml extension.
language: fail
files: .yml$
exclude: '^.gitpod.yml$'
exclude: '^(.gitpod.yml|.github/ISSUE_TEMPLATE/config.yml)$'
ci:
autofix_commit_msg: |