Skip to content

Migrating from the Restyled App

Pat Brisbin edited this page Nov 12, 2024 · 1 revision

If you originally used our Restyled GitHub App and hosted Jobs on restyled.io, you can migrate to using our Restyled actions with the following steps:

Uninstall the GitHub App

  1. For users, navigate to Settings > Applications > Installed GitHub Apps
  2. For orgs, navigate to Settings > GitHub Apps > Installed GitHub Apps
  3. Click Configure on the Restyled.io App
  4. Click Uninstall

For more details, see here.

Add a Restyled Workflow

Commit one of our examples as .github/workflows/restyled.yml in the repositories where you want Restyled to run.

The Sibling PRs example is meant to mirror the original behavior of a hosted installation. If you use that example, you should experience only the following differences:

Behavior Before Now
PR Author restyled-io github-actions
Status avatar restyled-io github-actions
Status link (success) Restyled PR Restyled Job
Manual patching curl|git am base64|git am
Clone this wiki locally