If you are receiving unwanted issues created by Allstar, follow the instructions on this page to disable the app on your project.
Disable Allstar, org-level opt-out strategy
Disable Check, repository level
Disable Allstar, repo level
These instructions disable Allstar on a repository when Allstar is configured at the organization level using the opt-out strategy.
In the .allstar
repository in your organization, open the file named
allstar.yaml
.
Find the optOutStrategy
setting:
optConfig:
optOutStrategy: true
To opt-out, submit a PR to the .allstar
repo, and add the name of your
repository to the opt-out list:
optConfig:
optOutStrategy: true
optOutRepos:
- my-repo-name-here
Allstar will be disabled on your repository when the pull request is merged.
To opt-out of a specific check in your repo create .allstar/control-name.yaml
and add
optConfig:
optOut: true
Merge this file to disable Allstar on your repository.
To disable Allstar using repo-override, create a file in your repo named
.allstar/allstar.yaml
with the contents:
optConfig:
optOut: true
Merge this file to disable Allstar on your repository.