chaoss / augur

Python library and web service for Open Source Software Health and Sustainability metrics & data collection. You can find our documentation and new contributor information easily here: https://oss-augur.readthedocs.io/en/main/ and learn more about Augur at our website https://augurlabs.io
https://oss-augur.readthedocs.io/en/main/
MIT License
579 stars 846 forks source link

Fix Facade Task Signature to Take `repo_git` instead of `repo_id` #2775

Closed IsaacMilarky closed 2 months ago

IsaacMilarky commented 2 months ago

Description Facade task error handling expects each facade task to have the repo url as the first argument passed to the task. Otherwise it can cause unintended behavior.

To fix I altered the facade task signature to match the expected function signature and have repo_git as the first argument.

Signed commits