wadackel/Checkbox Workflow Action

Create checkbox-driven automated workflows in GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
idUnique identifier for the checkbox groupyes
numberIssue or Pull Request numberyes
messageMessage template string to display in Issue/PR comments. Checkboxes are expanded with `{{body}}`.
configJSON5 string for checkbox configurationno
force-checkedJSON string array of checkbox keys to force as checkedno
bodyIf true, updates Issue/PR body instead of creating commentfalse
tokenGitHub token for API access${{ github.token }}
namedescription
retrievedWhether checkbox state was successfully retrieved (`"true"` / `"false"`)
changedWhether checkbox state changed from previous (`"true"` / `"false"`)
stateCurrent checkbox state (JSON object)
changesArray of checkbox keys that changed (JSON array)
all-checkedWhether all checkboxes are checked (`"true"` / `"false"`)
comment-idID of created/updated comment