infinite-automations/GitHub Projects Set Select Option
Sets the value of a select list based on the text value.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 24, 2025
- License
- MIT
Pinned Snippet
uses: infinite-automations/gh-projects-set-select-option@4a36396cb66141316b5c6855ad5ae5635fe908bf # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token to access the project via API | yes | — |
| project-number | Number of the project | yes | — |
| project-owner | The owner of the project. This is normally an organization. | yes | — |
| item-id | The Id of the item which should be edited. | yes | — |
| field-name | The name of the select field. | yes | — |
| select-option-name | The Name for the option of the select field. It has to be an existing value. | yes | — |
Outputs
no outputs