Files
Bubberstation/tools/pull_request_hooks
BloopandGitHub 2075a27dc6 Makes the regex for the 'fix' label detection a bit more lenient (#93008)
## About The Pull Request

Currently, for detecting issue-closing fixes, the labeler regex matches
strictly things like:

`Fixes #some_number_here`

but sometimes people will paste the full issues url, which github
renders as the issue number. Problem is the raw text still has the url,
so it will not match when passed through the rest api.

This PR just makes it a bit less restrictive, so that something like
this:

``Fixes https://github.com/tgstation/tgstation/issues/some_number_here`

will correctly get registered as a fix.

## Why It's Good For The Game

More PRs getting autolabeled more correctly

## Changelog

Not player-facing
2025-09-17 20:43:39 -07:00
..