Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

# Generated gh-aw lock files should be regenerated, not line-merged.
# On conflicts keep our branch copy (merge=ours), then re-run `gh aw compile`.
.github/workflows/*.lock.yml linguist-generated=true merge=ours
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

merge=ours on *.lock.yml is the right call to avoid line-merging generated files, but the comment's instruction to "re-run gh aw compile" isn't enforced. It's easy to land a stale lock that doesn't match the .md source. Suggest adding a CI check that runs gh aw compile --check (or equivalent) on PRs touching .github/workflows/*.md and fails on diff.

23 changes: 0 additions & 23 deletions .github/scripts/title_analyzer.ps1

This file was deleted.

Loading
Loading