-
Notifications
You must be signed in to change notification settings - Fork 125
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
Editorial: Handle PRs from forks #2307
Conversation
✅ Deploy Preview for wai-aria ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I was hoping we could run a prettier check before trying to write. That way, we can ask external PR authors to run prettier locally to pass the check, avoiding the write access problem. |
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.
Thanks for this, Daniel, but I agree with @pkra ! It would be better if we did a prettier dry run on forks and if it fails, ask the person who made the PR to run prettier locally.
From a quick look it looks like a possibility: https://github.com/marketplace/actions/prettier-action
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.
For now we need this, and we just need to request that people run prettier if they come from a fork.
I think this now matches your suggestions. |
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.
awesome thanks!!
Fixes #2294