Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/agents/repo-consistency.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ consistency gaps, template evolution updates, and recommended changes for the sp

## Consistency Steps

1. Fetch the last 20 merged PRs (`is:pr is:merged`) from <https://github.com/demaconsulting/TemplateDotNetLibrary>
1. Fetch the 20 most recently merged PRs (`is:pr is:merged sort:updated-desc`) from <https://github.com/demaconsulting/TemplateDotNetLibrary>
2. Determine the intent of the template pull requests (what changes were performed to which files)
3. Apply missing changes to this repository's files (if appropriate and with translation)

Expand Down