gardener / cc-utils

CI/CD utils for gardener project
Apache License 2.0
23 stars 29 forks source link

fix: ignore case for github-url-matching #1023

Closed ccwienk closed 2 months ago

ccwienk commented 2 months ago

GitHub effectively does case-folding (i.e. URLs with cases deviating from org/repo-names are redirected). Therefore, ignore cases to avoid unnecessary lookup-failures for irrelevant misconfiguration.