Self-service onboarding and offboarding for sonar-fix — automated SonarQube AI issue fixing on pull requests.
- Open an Onboard Repo issue
- Fill in your repository name, preferred workflow trigger, and any config overrides
- An admin will approve your request — everything else is automatic:
- Your SonarCloud project is found or created and bound to your repo
- A scoped analysis token is generated and stored as a secret in your repo
- A PR is opened in your repo with the sonar-fix workflow ready to merge
- Merge the PR — sonar-fix is live
- Open an Offboard Repo issue
- An admin will approve your request — everything else is automatic:
- The SonarCloud token is revoked
- Secrets and variables are removed from your repo
- A PR is opened in your repo to remove the sonar-fix workflow
- Merge the PR — sonar-fix is fully removed
Admins: To deploy sonar-fix-onboarding in your organization, see SETUP.md.