r-devel / r-dev-day

Repo to organize tasks for R Dev Days
7 stars 2 forks source link

rdevday-en page link to 'labeled' issues may lack quotes #82

Closed eddelbuettel closed 1 week ago

eddelbuettel commented 1 week ago

The rdevday-en page has

Tasks will be prepared as issues on this repository with label LatinR2024.

but the link leads (ie https://github.com/r-devel/r-dev-day/issues?q=is%3Aissue+is%3Aopen+label%3ALatinR2024) leads to an empty report.

Going the other way, ie starting from issues and selecting the label gets URL https://github.com/r-devel/r-dev-day/issues?q=is%3Aissue+is%3Aopen+label%3A%22LatinR+2024%22 -- leading to 18 issues.

hturner commented 1 week ago

Thanks, don't have write access, but I've opened a PR: https://github.com/LatinR/web-LatinR2024/pull/75

eddelbuettel commented 1 week ago

Thanks for picking it up and rolling it over the three language pages.

hturner commented 1 week ago

Now fixed!