File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 2626# Allow hard tabs in code
2727MD010 :
2828 ignore_code_blocks : true
29+
30+ # Disable duplicate headings (for CHANGELOG.md)
31+ MD024 : false
Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable MD024 -->
2+
3+ # Changelog
4+
5+ ## [ 3.0.0] - 2025-12-17
6+
7+ ### Breaking Changes
8+
9+ - Changed ` max-annotations ` to apply per annotation type (error/warning/notice)
10+ instead of globally. Default reduced from 50 to 10.
11+ - Added new ` token ` input for GitHub API access (required for PR comments).
12+ - Support for creating PR comments when annotations are skipped due to limits.
13+
14+ ## [ 2.0.0]
15+
16+ - Prioritize error annotations over warnings and notices when limits are
17+ reached.
18+
19+ ## [ 1.0.0]
20+
21+ ### Added
22+
23+ - Initial release of the report annotation action.
You can’t perform that action at this time.
0 commit comments