ci: add a thin ci.yml caller for the empty-diff reusable - #112
Merged
Conversation
Pinned to the SHA that is the v1.14.0 tag of this repository. The check is advisory only: it runs on every pull request and emits a red status if the diff against main is empty, but the ruleset does not require it. This repository is the fourth and final consumer to adopt the gate that catches no-op PRs — the same shape that bit Glyndor/homebrew-tap and Glyndor/scoop-bucket before the reusable existed in #111. Proven on Glyndor/apt#89, Glyndor/homebrew-tap#54 and Glyndor/scoop-bucket#46 (pinned at the same SHA, ran green) before the v1.14.0 tag was cut. Once the emitted check name has stayed stable across a few weeks of green here and across the other consumers, I will promote it to a required status check in each repository's ruleset. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pinned to the SHA that is the v1.14.0 tag of this repository. The check is advisory only: it runs on every pull request and emits a red status if the diff against main is empty, but the ruleset does not require it.
This repository is the fourth and final consumer to adopt the gate that catches no-op PRs — the same shape that bit Glyndor/homebrew-tap and Glyndor/scoop-bucket before the reusable existed in #111. Proven on Glyndor/apt#89, Glyndor/homebrew-tap#54 and Glyndor/scoop-bucket#46 (pinned at the same SHA, ran green) before the v1.14.0 tag was cut. Once the emitted check name has stayed stable across a few weeks of green here and across the other consumers, I will promote it to a required status check in each repository's ruleset.