-
Notifications
You must be signed in to change notification settings - Fork 1
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:
- For users, navigate to Settings > Applications > Installed GitHub Apps
- For orgs, navigate to Settings > GitHub Apps > Installed GitHub Apps
- Click Configure on the
Restyled.io
App - Click Uninstall
For more details, see here.
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 |