Below you will find pages that utilize the taxonomy term “teneplaysofficial”
November 26, 2025
Sheriff Action CI
Version updated for https://github.com/teneplaysofficial/sheriff to version v4.0.0.
This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed feat: add support for [skip-ci] to bypass checks by @teneplaysofficial in https://github.com/teneplaysofficial/sheriff/pull/5 Features You can now append [skip-ci] (case-insensitive, with optional internal spacing) at the end of a PR title to automatically skip all title validation checks.
Valid skip patterns feat: add feature [skip-ci] fix(core): correct logic [ skip-ci ] docs: update guide [SKIP-CI] Invalid skip patterns [skip-ci] feat: xyz (must be at the end) feat: update skip-ci text (must be inside brackets) Behavior When [skip-ci] is detected properly, validation returns valid: true immediately.