Skip to content

fix(workflows): improve PR quality gate regex for closing keywords (#711) - #1242

Merged
RUKAYAT-CODER merged 2 commits into
rinafcode:mainfrom
Nacho1499:fix/quality-gates-regex
Aug 26, 2026
Merged

fix(workflows): improve PR quality gate regex for closing keywords (#711)#1242
RUKAYAT-CODER merged 2 commits into
rinafcode:mainfrom
Nacho1499:fix/quality-gates-regex

Conversation

@Nacho1499

Copy link
Copy Markdown
Contributor

Closes #711

PR Description:
Refactors the regex in the PR quality gates workflow to replace the fragile and confusing fix(e[sd])? pattern with an explicit, robust alternation ((close[sd]?|fix(ed|es)?|resolve[sd]?)). This ensures all nine standard GitHub issue closing keyword variants are reliably recognized. Also updates CONTRIBUTING.md to explicitly document all supported keyword formats.

Type of Change:
[x] Bug fix

Checklist:

[x] Code follows project style guidelines
[x] Self-review completed
[x] No console errors

@drips-wave

drips-wave Bot commented Aug 26, 2026

Copy link
Copy Markdown

@Nacho1499 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project.

@RUKAYAT-CODER
RUKAYAT-CODER merged commit 9533f95 into rinafcode:main Aug 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] PR quality-gates regex incorrectly patterns fixe[sd] — intent is unclear and fragile

2 participants