Skip to content

Disabling Restyled

patrick brisbin edited this page May 20, 2018 · 2 revisions

There are three ways to prevent Restyled from operating on a repository:

  1. Commit a configuration in the repository with enabled: false

    .restyled.yaml

    ---
    enabled: false
  2. Configure the GitHub App with a specific repositories list, and omit any repositories that you want disabled

  3. 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.

Clone this wiki locally