mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
* Bump unicode-width from 0.1.14 to 0.2.0 (#616) Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.14 to 0.2.0. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.14...v0.2.0) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nix from 0.25.1 to 0.29.0 (#614) Bumps [nix](https://github.com/nix-rust/nix) from 0.25.1 to 0.29.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.25.1...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump env_logger from 0.9.3 to 0.11.5 (#615) Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.11.5. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.11.5) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com> * chore: improve PR ci * disable cache on fmt job * add title check * clean * Create pr.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LoricAndre <loric.andre@pm.me>
36 lines
595 B
JSON
36 lines
595 B
JSON
{
|
|
"LABEL": {
|
|
"name": "invalid-title",
|
|
"color": "B60205"
|
|
},
|
|
"CHECKS": {
|
|
"prefixes": [
|
|
"feat: ",
|
|
"feature: ",
|
|
"fix: ",
|
|
"bugfix: ",
|
|
"perf: ",
|
|
"refactor: ",
|
|
"test: ",
|
|
"tests: ",
|
|
"build: ",
|
|
"ci: ",
|
|
"doc: ",
|
|
"docs: ",
|
|
"style: ",
|
|
"chore: ",
|
|
"other: "
|
|
],
|
|
"regexp": "^\\w+(\\([a-z_-]+\\))?: ",
|
|
"regexpFlags": "",
|
|
"ignoreLabels": [
|
|
"skip-title-check"
|
|
]
|
|
},
|
|
"MESSAGES": {
|
|
"success": "PR title is valid",
|
|
"failure": "PR title is invalid",
|
|
"notice": ""
|
|
}
|
|
}
|