You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a PR with id X and no issue with the same id, and we have a branch with the name containing the X substring, it will be handled as PR on the autolinks core side
The lifecycle of autolinks on the branches overview component is:
match keys from the text (branch name). Non-prefixed keys are always considered as issues (not PRs)
enrich autolinks (check if the links are available). Github automatically redirects issues to PRs if it possible
display autolinks as issues
We need to add some protection:
pass autolink type and don't show PR autolinks near to issues
lock redirect to PR for non-prefixed issue keys
The text was updated successfully, but these errors were encountered:
If there is a PR with id X and no issue with the same id, and we have a branch with the name containing the X substring, it will be handled as PR on the autolinks core side
The lifecycle of autolinks on the branches overview component is:
We need to add some protection:
The text was updated successfully, but these errors were encountered: