microsoftedge/GitHub Issues to Azure DevOps
This action creates an ADO work item for a GitHub issue or pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| label | Only run the action is this label is present on the issue or pull request | no | — |
| ado_organization | The name of the ADO organization where the work item should be created | yes | — |
| ado_project | The name of the project within the ADO organization | yes | — |
| ado_tags | A list of tags to add to the newly created work item, separated by semi-colon (;) | no | — |
| parent_work_item | The number of a work item to use as a parent for the newly created work item | no | — |
| ado_area_path | The area path under which the work item should be created | yes | — |
| ado_work_item_type | The type of work item to create. Defaults to Bug | no | — |
| ado_dont_check_if_exist | Do not check if a work item that contains the same issue or PR number already exists to avoid re-creating it. Defaults to false, which means the action checks to avoid re-creating. | no | — |
| ado_product | The product name to use for the ADO work item. | no | — |
Outputs
| name | description |
|---|---|
| id | id of work item created |