Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ All commits **must** follow [Conventional Commits](https://www.conventionalcommi
| `docs:` | patch bump (visible) | `docs: update GitHub Actions examples in README` |
| `chore:` | no bump (hidden) | `chore: update actions/checkout to v7` |
| `ci:` | no bump (hidden) | `ci: pin release-please-action SHA` |
| `refactor:` | no bump (hidden) | `refactor: extract pagination helper` |
| `refactor:` | patch | `refactor: extract pagination helper` |

### Variable Naming Conventions
- `GITHUB_TOKEN` — main admin token
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ All commits **must** follow [Conventional Commits](https://www.conventionalcommi
| `feat!:` / `BREAKING CHANGE:` | major | ✅ |
| `chore:` | none | hidden |
| `ci:` | none | hidden |
| `refactor:` | none | hidden |
| `refactor:` | patch | Code Refactoring |
| `test:` | none | hidden |

---
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{"type": "deps", "section": "Dependencies"},
{"type": "chore", "section": "Miscellaneous", "hidden": true},
{"type": "style", "section": "Miscellaneous", "hidden": true},
{"type": "refactor", "section": "Miscellaneous", "hidden": true},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "test", "section": "Miscellaneous", "hidden": true},
{"type": "build", "section": "Miscellaneous", "hidden": true},
{"type": "ci", "section": "Miscellaneous", "hidden": true}
Expand Down