I find myself wasting a lot of time with recurring issues when issue comments or PRs, here's the most recurring problems and potential remediation actions.
The CI builds fails
- The bot could communicate this to the contributor by replying and mentioning the contributor in the comment
- The bot can provide a summary of the issues and potential remediations, eg:
- If QA checks are failing due to code quality issues, it can explain how to run
openwisp-qa-format and link to the contributing guidelines for reference
- If QA checks are failing due to the commit message, it can propose a compliant commit message based on the commit message / PR title / issue title and description
- If tests fail, it can copy the test failures in the comment description and link the CI build details.
A contributor comments "please assign this issue to me"
I split this into #571.
I find myself wasting a lot of time with recurring issues when issue comments or PRs, here's the most recurring problems and potential remediation actions.
The CI builds fails
openwisp-qa-formatand link to the contributing guidelines for referenceA contributor comments "please assign this issue to me"
I split this into #571.