Migrating to GitHub Actions
Uninstall the GitHub App #
- 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 .
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 (forks and cleanup) 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 |