Impact
A recent refactoring added the ability to get GitHub repositories registered to a project without specifying a specific provider. Unfortunately, the SQL query for doing so was missing parenthesis, and would select a random repository.
Patches
Patched in #2941
Workarounds
Revert prior to 5c381cf
, or roll forward past 2eb94e7
References
N/A
Impact
A recent refactoring added the ability to get GitHub repositories registered to a project without specifying a specific provider. Unfortunately, the SQL query for doing so was missing parenthesis, and would select a random repository.
Patches
Patched in #2941
Workarounds
Revert prior to
5c381cf
, or roll forward past2eb94e7
References
N/A