I have a PR that points to a non-main/master branch. I tried to use the @PR
context within the chat to find the cause of a certain issue I was having, but the issue is that context assumes the base of the PR is the main branch, which is not the case here.
I know the GitHub API tells you what the base of a PR is, so it would be great if you could use that to determine the base instead of assuming master. Or alternatively, maybe a separate @Diff
context that allows me to specify a custom ref to use?