Skip to content

Disable issue name expansionΒ #4284

@unional

Description

@unional

Right now when typing # it will show existing issues on GitHub which is great.
But selecting it will insert the issue name along with the issue number.

This will make GitHub not able to detect the PR will closes the referenced issue.

e.g.:

Fixes #  // <-- here the extension will list existing issues.

// After selecting the issue, it becomes
Fixes Is MissingAction really a problem? #421

I would suggest to just fill in the issue number, like this:

Fixes #421

Then when the PR is merged, GitHub will close the referenced issue automatically.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions