How to display only those problems that would not be covered by the fix message “Fix No. 123” after merging into the default branch?

Just show the github open / close problems: problem: open or closed

When you do commit to solve the problem, you can refer to in the name of fixing the problem, such as closes #4, close #4, fixes #4, fix #4etc.

After commit fixation problems close. BUT, if you are working in a different branch than the default (usually the master), the message will appear in the problem, and not close it. This post says the problem will be closed after commit is merged into master.

reference to fixation in problem

Is there a way to find issues that are not marked as closed when commit is merged? For example, for example is:issue is:notTaggedAsClosed:?

This would help me a lot to find the problems that I need to pay attention to before everything comes together to master!

thanks

+4
source share
1 answer

This is currently not possible.

I contacted the github staff and here is their answer:

This is currently not possible. Thanks for the offer! I added it to our list for our team.

I also discovered a problem in this repo: https://github.com/isaacs/github/issues/542

I will edit the answer if it changes some day.

0
source

Source: https://habr.com/ru/post/1623058/


All Articles