osbuild / osbuild.github.io

Sources of the osbuild.org website
https://osbuild.org
Apache License 2.0
1 stars 15 forks source link

pull-readmes: Drop angel brackets around email links #39

Closed ochosi closed 7 months ago

ochosi commented 7 months ago

The previous regular expression only took http links into account, but recently we've also had links to mailing lists wrapped in angel brackets. It makes sense to account for this and remove the brackets around email links.

You can see the failed run from earlier today here: https://github.com/osbuild/osbuild.github.io/actions/runs/7897746553/job/21553844143#step:6:29

Here's the code that broke the parser: https://github.com/osbuild/bootc-image-builder/blob/main/README.md?plain=1#L342