Open
Description
This is in regards to the issue window. When looking at an issue on the side panel, there is an option to "Start Working on an Issue..." when you click on the arrow next to the issue:
If you don't have push access to the issue, you will receive a dialog prompt to open the issue branch on a fork on the repository; however, if you do have push access, you don't receive that option. This feature request is to make that fork option still a possibility if you have push access.
Desired workflow:
- Open repository that you have push access to in vscode with the GitHub extension installed.
- Find issue you want to work on is the issues window
- Click "Start Work on Issue..." next to issue
- Issue branch is created on forked repository where you can start work.
Actual workflow:
Step 4 in previous workflow creates issue branch on the repository you are looking at