actions-marketplace-validations/Set monday.com Item State
Set state of item on monday.com mentioned in a commit message or PR Title
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| monday-token | API Access token for monday.com | yes | — |
| text | Text that includes the Item ID. Example for PR Title: github.event.pull_request.title | yes | — |
| status-column-title | Title of column of which status shall be updated | no | — |
| status-column-id | ID of column of which status shall be updated | no | — |
| prefix | String that must occur right before the item ID, like "#(" for fix(#1234567890) | no | — |
| postfix | String that must occur right after the item ID, like ")" for fix(#1234567890) | no | — |
| set-status | Item-Status text that shall be set | yes | — |
| require-status | Only change the status of the item if it currently has this status | no | — |
| multiple | If multiple Item IDs are found, set status of all of them. Default: Only first found Item ID is used. | no | false |
| monday-organization | Monday.com organization name - used to generate the directlinks in the action output message | no | — |
| allow-no-item-id | Do not fail when no monday.com Item-ID is found | no | false |
Outputs
| name | description |
|---|---|
| item-ids | The monday.com item-ID that for which the status was set |
| message | A markdown formatted text that informs about the mentioned items |