scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(service/testrun): Allow limited gh token to submit issues #514

Open k0machi opened 1 day ago

k0machi commented 1 day ago

This commit fixes an issue where a user with limited repo access (due to user permission settings) was unable to submit (attach) a new issue to a test run. This was due to submit endpoint expecting to be able to read title of the submitted issue and save that. This is now done on best-effort basis and the fallback title is now just "owner/repo#N"

Fixes #435