-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move restyled to a github action #7191
Conversation
I made one change that differs from what the restyle.io docs suggest: --- a/.github/workflows/restyled.yml
+++ b/.github/workflows/restyled.yml
@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
- ref: ${{ github.event.pull_request.head.ref }}
+ ref: ${{ github.event.pull_request.head.sha }} |
@arikfr This one's yours as you'll need to do the Org level stuff to uninstall the Restyled plugin there: https://docs.restyled.io/docs/migrating-to-github-actions/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for taking care of this!
@arikfr We've been facing the same issue with the 'website' repo for a while. |
@lucydodo I removed the app from all the repos in this org, so I think it should be possible to add to the website same as was done here? |
@arikfr Thanks for the confirmation, I created the same PR in the website repo: getredash/website#789 |
What was the reason for this change? I had a Restyled failure on my PR (#7211) and without changing this back to |
What type of PR is this?
Description
#7186 did not pass the restyle check because this app is no longer supported
This PR introduces a github action as recommended in https://docs.restyled.io/docs/migrating-to-github-actions/
How is this tested?
Created PR on personal fork of Redash
https://github.com/eradman/redash/actions/runs/11349876573/job/31566996359