otto-de/Assign Issue to Copilot
Assign GitHub issues to the copilot-swe-agent using GraphQL API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue_number | The GitHub issue number to assign | yes | — |
| github_token | GitHub token for API authentication | no | ${{ github.token }} |
| repository | Repository in format owner/repo (defaults to current repository) | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| success | Whether the assignment was successful |
| message | Result message |