edgafner / dorkag

Issue Tracker repository for all Dorkag plugins
Other
5 stars 0 forks source link

[BUG]:Pull request offered when one already exists #163

Open awindillman opened 3 days ago

awindillman commented 3 days ago

Describe the bug I'll preface this with "I'm not sure this is an AZD bug"...

If you have an open PR, and check in some code on the branch for that PR.. perhaps to address PR comments.. you are offered the option to create a PR for the check-in. That should not happen.

To Reproduce Steps to reproduce the behavior:

  1. Create a branch from 'main'
  2. Write some code, check it in
  3. Open a PR for the branch
  4. Receive comments on the PR
  5. Address the comments and check in the code

You are offered to create a PR

Expected behavior You should not be offered to create a PR

Jonatha1983 commented 3 days ago

Hi @awindillman

Yes this is a bug with GitHub as well.

I think it should notify (offer) to open the PR if it exists instead of creating.

If you click on create it open the create tool window and at the bottom you can see a link title view that will open the existing or.

I ll check the efforts for fixing this.

Thanks for reporting.