Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new GitHub Actions “skill” documenting safe git add --renormalize usage and updates workflows to avoid CI failures caused by pathspec patterns that match no files. It also regenerates the skills index to include the new skill and updated tag counts.
Changes:
- Added
.llm/skills/github-actions/git-renormalize-patterns.mddescribing best practices for validatinggit add --renormalizepatterns and keeping workflow patterns in sync. - Updated
.github/workflows/prettier-autofix.ymland.github/workflows/format-on-demand.ymlto remove*.markdown/*.asmreffromgit add --renormalizeand file-pattern sections, and to include YAML patterns where appropriate. - Regenerated
.llm/skills/index.mdand cross-linked the new skill fromworkflow-consistency.mdand the skills index/tag cloud.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.llm/skills/index.md |
Regenerated skills index: new GitHub Actions skill entry, updated counts, and tag cloud reflecting the new tags (gitattributes, line-endings, extra ci-cd/github-actions usage). |
.llm/skills/github-actions/workflow-consistency.md |
Linked the new renormalize-patterns skill in related and See Also to document the new workflow validation guidance. |
.llm/skills/github-actions/git-renormalize-patterns.md |
New skill documenting how git add --renormalize behaves, failure modes for unmatched pathspecs, and recommended validation patterns/scripts. |
.github/workflows/prettier-autofix.yml |
Removed **/*.markdown/**/*.asmref from triggers, git add --renormalize, and file_pattern, and added YAML patterns so renormalization and triggers reflect actual file types. |
.github/workflows/format-on-demand.yml |
Updated git add --renormalize and file_pattern to drop *.markdown/*.asmref and include YAML patterns; also did minor whitespace cleanup. |
Co-authored-by: Copilot <175728472+Copilot@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.
Description
Maybe this time dependabot will be happy!
Related Issue
Type of Change
Checklist