mirror of
https://github.com/siderolabs/kres.git
synced 2026-02-05 09:45:35 +01:00
* Report failed CI runs for main and scheduled jobs to a customizable slack channel * Validate slack notify payload structure * kres self Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
|
#
|
|
# Generated on 2025-08-05T07:50:25Z by kres 95bf7d7-dirty.
|
|
|
|
policies:
|
|
- type: commit
|
|
spec:
|
|
dco: true
|
|
gpg:
|
|
required: true
|
|
identity:
|
|
gitHubOrganization: siderolabs
|
|
spellcheck:
|
|
locale: US
|
|
maximumOfOneCommit: true
|
|
header:
|
|
length: 89
|
|
imperative: true
|
|
case: lower
|
|
invalidLastCharacters: .
|
|
body:
|
|
required: true
|
|
conventional:
|
|
types:
|
|
- chore
|
|
- docs
|
|
- perf
|
|
- refactor
|
|
- style
|
|
- test
|
|
- release
|
|
scopes:
|
|
- .*
|
|
- type: license
|
|
spec:
|
|
root: .
|
|
skipPaths:
|
|
- .git/
|
|
- testdata/
|
|
includeSuffixes:
|
|
- .go
|
|
excludeSuffixes:
|
|
- .pb.go
|
|
- .pb.gw.go
|
|
header: |
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|