ghp-management/Fail if Item has already the provided option field value
This action stop the execution if the given item has the provided single select option value. An example can ben: an issue that has the Done status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 16, 2025
- License
- MIT
Pinned Snippet
uses: ghp-management/fail-if-item-has-provided-option-field-value@c9a83321a78ed1681cbdc6e7970234a0bffc617e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pat_token | GitHub PAT token | yes | — |
| organization | Organization login name | yes | — |
| project_number | ProjectV2 Number | yes | — |
| item_id | ProjectV2 Item ID | yes | — |
| single_select_field_id | ProjectV2 Single Select Field ID | yes | — |
| single_select_option_id | ProjectV2 Single Select Field Option ID | yes | — |
Outputs
no outputs