nipe0324/Update Project v2 Item Field

Automatically update a field on a GitHub project v2 item

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project-urlURL of the project vw to update item fieldyes
github-tokenA GitHub personal access token with write access to the projectyes
field-nameThe name of the field to update. Supported field types are `text`, `number`, `date`, `single_select` and `iteration`yes
field-valueThe value of the field to update. (`field-value` or `field-value-script` is required)no
field-value-scriptThe script that returns the value of the field to update. (`field-value` or `field-value-script` is required)no
skip-update-scriptThe script that returns a boolean value to determine whether to update the field. If the script returns `true`, the field will not be updatedno
all-itemsUpdate all items in the project (default: false)no

no outputs