unfunco/Sync Azure DevOps work items
Sync Azure DevOps work items to GitHub issues and assign them to Copilot.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| azure-devops-url | The URL of the Azure DevOps organization. | yes | — |
| azure-devops-project | The Azure DevOps project to query. | yes | — |
| azure-devops-label | The Azure DevOps tag used to select work items. | yes | — |
| azure-client-id | The client ID of the Azure Entra application used for OIDC login. | yes | — |
| azure-tenant-id | The tenant ID of the Azure Entra application used for OIDC login. | yes | — |
| github-token | User token with permission to create issues and assign them to Copilot on the target repository. | yes | — |
| assign-to-copilot | Whether to assign created or updated issues to Copilot. | no | true |
| target-repo | The GitHub repository to create issues in, in OWNER/REPO form. | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| issue-numbers | Comma-separated list of issue numbers created by this run. |