brainhackorg / global2021

Website for Brainhack global 2021
https://brainhack.org/global2021/
MIT License
3 stars 11 forks source link

[INFRA] required updates to the project template form #42

Closed Remi-Gau closed 2 years ago

Remi-Gau commented 2 years ago

I ran the script in PR #40 on the repository here https://api.github.com/repos/Remi-Gau/global2021/

and leaving apart the status:published filtering, the issue data got parsed without breaking for the existing issue. A few notes, though:

The regexes may need to be adjusted to look for ### {field_name} to ensure that the field hit is the desired one: e.g. (?<=### Description[^\v]{2})(.*)(?=[^\v]{2}###) would catch the data in the description (tested).

Originally posted by @jhlegarreta in https://github.com/brainhackorg/global2021/issues/32#issuecomment-932805057