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
When I send PR with commit stating closes #12345, it should be automatically linked to the quickstart issue #12345. Currently it is not.
When I merge PR linked with the issue #12345, it should automatically close that issue.
Will be nice to update PR template, so people are always sending PR against main branch. Not against latest branch.
Version
22.0.5
Expected behavior
See the description
Actual behavior
When I send PR for the issue, it can be nice if it is auto-linked to the target PR
Linked issue is not auto-closed when PR is merged
People are often sending PR against latest branches. PR template should be improved to adding some instructions mentioning that people should send PR against main, not against latest branch.
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
The first two items - automatic PR linking to issue, and closing that issue - is caused by GH policy since the described behaviour only works for PRs that target default repository branch which is latest, but most PRs are for main:
Note: The special keywords in a pull request description are interpreted when the pull request targets the repository's default branch. However, if the PR's base is any other branch, then these keywords are ignored, no links are created and merging the PR has no effect on the issues. If you want to link a pull request to an issue using a keyword, the PR must be on the default branch.
Describe the bug
When I send PR with commit stating
closes #12345
, it should be automatically linked to the quickstart issue #12345. Currently it is not.When I merge PR linked with the issue #12345, it should automatically close that issue.
Will be nice to update PR template, so people are always sending PR against
main
branch. Not againstlatest
branch.Version
22.0.5
Expected behavior
See the description
Actual behavior
When I send PR for the issue, it can be nice if it is auto-linked to the target PR
Linked issue is not auto-closed when PR is merged
People are often sending PR against
latest
branches. PR template should be improved to adding some instructions mentioning that people should send PR againstmain
, not againstlatest
branch.How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: