Skip to content
New issue

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

Issue link check doesn't allow multiple spaces #400

Open
JoshuaKGoldberg opened this issue Feb 13, 2024 · 0 comments
Open

Issue link check doesn't allow multiple spaces #400

JoshuaKGoldberg opened this issue Feb 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JoshuaKGoldberg
Copy link
Contributor

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:

  1. Send a PR with text like fixes #123 (note the multiple spaces)
  2. Get a compliance failure on an issue reference

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.

@JoshuaKGoldberg JoshuaKGoldberg added the bug Something isn't working label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant