You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `max-annotations` | Maximum number of annotations per type (error/warning/notice) | `10` |
53
-
| `custom-matchers` | Custom matchers to use for parsing reports in JSON format: `{ "matcher-name": ReportMatcher }`<br>See ./src/matchers for examples | |
54
-
| `token` | GitHub token for creating PR comments when annotations are skipped | `${{ github.token }}` |
| `max-annotations` | Maximum number of annotations per type (error/warning/notice) | `10` |
53
+
| `custom-matchers` | Custom matchers to use for parsing reports in JSON format: `{ "matcher-name": ReportMatcher }`See ./src/matchers for examples | |
54
+
| `token` | GitHub token for creating PR comments when annotations are skipped | `${{ github.token }}` |
55
55
56
56
## Skipped Annotations
57
57
58
58
When the maximum number of annotations per type is reached, additional
59
59
annotations are not displayed as GitHub annotations to avoid clutter. Instead,
60
60
they are added as a comment on the pull request.
61
61
62
-
> [!NOTE] For more information about GitHub Actions annotation limitations, see
63
-
> the
62
+
<!-- prettier-ignore -->
63
+
> [!NOTE]
64
+
> For more information about GitHub Actions annotation limitations, see the
0 commit comments