microsoft / microsoft/vscode-azuretools
Change GitHub repo API request headers
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 144
- Forks
- 82
- Avg merge
- 18h 7m
- Merged PRs (30d)
- 8
Description
When syncing a GitHub repo, the user will retrieve a list of repositories that they read-only access to. Because a web-hook has to be created to configure a web app to a GitHub repo, this will fail unless the user has write access.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the GitHub repository-sync API request entry point and trace how read-only repositories are handled before webhook creation. Reproduce the sync with a repository the user can read but not write, then confirm the request headers or flow allow the intended repository list while making the webhook permission failure explicit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, typescript
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100