We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Right now, the compliance check for being linked to an issue only allows one space between the action word and #. But it should allow multiple
#
To Reproduce Steps to reproduce the behavior:
fixes #123
Workflow File Contents
https://github.com/JoshuaKGoldberg/create-typescript-app/blob/2b79e132ebe995e8b62c9d1b094cca8071060fa3/.github/workflows/compliance.yml
Expected behavior
GitHub supports fixes #123, so this action should too.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context
Seen in JoshuaKGoldberg/create-typescript-app#1297.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Right now, the compliance check for being linked to an issue only allows one space between the action word and
#
. But it should allow multipleTo Reproduce
Steps to reproduce the behavior:
fixes #123
(note the multiple spaces)Workflow File Contents
https://github.com/JoshuaKGoldberg/create-typescript-app/blob/2b79e132ebe995e8b62c9d1b094cca8071060fa3/.github/workflows/compliance.yml
Expected behavior
GitHub supports
fixes #123
, so this action should too.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Seen in JoshuaKGoldberg/create-typescript-app#1297.
The text was updated successfully, but these errors were encountered: