Skip to content

Potential CI fixes again#149

Merged
wallstop merged 2 commits intomasterfrom
dev/wallstop/fix-ci-2
Jan 28, 2026
Merged

Potential CI fixes again#149
wallstop merged 2 commits intomasterfrom
dev/wallstop/fix-ci-2

Conversation

@wallstop
Copy link
Copy Markdown
Owner

Description

Maybe this time dependabot will be happy!

Related Issue

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor (code change that neither fixes a bug nor adds a feature)

Checklist

  • All tests pass locally
  • Code is properly formatted
  • I have added tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have updated the CHANGELOG
  • My changes do not introduce breaking changes, or breaking changes are documented

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md describing best practices for validating git add --renormalize patterns and keeping workflow patterns in sync.
  • Updated .github/workflows/prettier-autofix.yml and .github/workflows/format-on-demand.yml to remove *.markdown/*.asmref from git add --renormalize and file-pattern sections, and to include YAML patterns where appropriate.
  • Regenerated .llm/skills/index.md and cross-linked the new skill from workflow-consistency.md and 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.

Comment thread .llm/skills/github-actions/git-renormalize-patterns.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@wallstop wallstop merged commit a05ec47 into master Jan 28, 2026
13 checks passed
@wallstop wallstop deleted the dev/wallstop/fix-ci-2 branch January 28, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants