marocchino/Checkbox Action

Checks or unchecks a checkbox in the body of the pull request, or returns the list confirming the change in the checkbox.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
actioncheck, uncheck or detect. This default to checknocheck
listLine separated List of checkboxes to modify. ex) list 1\nlist 2no""
matchesRegular expression for the checkbox to modify.no""
errorerror, warn or ignore. Specifies whether to skip or raise an error when error occurred. This defaults to errornoerror
GITHUB_TOKENThe GitHub access token (e.g. secrets.GITHUB_TOKEN) used to update the body. This defaults to {{ github.token }}.no${{ github.token }}
namedescription
checkedReturns a list of checked items from the previous modification as json in []string.
uncheckedReturns a list of unchecked items from the previous modification as json in []string.