-
Notifications
You must be signed in to change notification settings - Fork 21
Disabling Restyled
patrick brisbin edited this page May 20, 2018
·
2 revisions
There are three ways to prevent Restyled from operating on a repository:
-
Commit a configuration in the repository with
enabled: false
.restyled.yaml
--- enabled: false
-
Configure the GitHub App with a specific repositories list, and omit any repositories that you want disabled
-
Un-install the GitHub App entirely
The last two items can be found under Settings > Applications for a user account, or Organization Settings > Installed GitHub Apps for an Organization.
Removed