Files
zed/script
Marshall Bowers df20bae80e danger: Don't look for #NNNN, as it's not specific enough (#16313)
This PR updates the regex we use to search for issues to not search for
`#NNNN`, as it's not specific enough.

It currently catches issue numbers from other repos, which are then
linked to random Zed issues/PRs that happen to have the same number:

<img width="935" alt="Screenshot 2024-08-15 at 3 50 29 PM"
src="https://github.com/user-attachments/assets/b779e503-3027-43e2-b355-e81d8d094694">

As well as catching PRs:

<img width="924" alt="Screenshot 2024-08-15 at 3 48 59 PM"
src="https://github.com/user-attachments/assets/6c2f7594-9234-4454-97da-5a33a1844892">

Given that:

1. We can't distinguish any given `#NNNN` as an issue _and_ can't ensure
it belongs to the Zed repo
2. Any issue/PR referenced as `#NNNN` will already create a backlink

It seems that looking for these is causing more noise than signal.

Release Notes:

- N/A
2024-08-15 15:57:42 -04:00
..
2024-06-10 16:09:18 -04:00
2024-07-10 12:51:08 -06:00
2024-08-12 22:11:36 -04:00
2024-04-23 13:31:21 -04:00
2024-04-16 19:32:51 -06:00
2024-06-18 13:49:44 -06:00
2024-03-06 21:35:46 -07:00
2024-03-22 08:44:56 -06:00
2024-02-01 11:57:09 -07:00
2024-04-26 17:18:17 -06:00
2023-04-05 08:18:51 -06:00
2022-10-26 16:19:19 -07:00
2024-01-23 16:52:08 +01:00
2022-01-27 08:51:55 +01:00
2024-08-12 22:11:36 -04:00