This adds a new annotate
input, replacing no-comment
. Examples:
# Disable annotations.
with:
annotate: none
# - or -
annotate: false
# Annotate only errors, not warnings.
with:
annotate: errors
# Annotate everything (the default)
with:
annotate: all
# - or -
annotate: true
no-comment
still works, and overrides annotate
if set to true
.