rilldata / rill

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
https://www.rilldata.com
Apache License 2.0
1.73k stars 117 forks source link

fix: fix panic in github app uninstall flow #6096

Closed k-anshul closed 2 days ago

k-anshul commented 3 days ago

It seems html_url is not guaranteed to be present in all uninstall payloads so we rely on fullName to generate one. The repository name can only contain ASCII letters, digits, and the characters ., -, and _.