-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Initial version #1
Conversation
Context
Mission
Problems
[EDIT 4/7/2021]: I come up with a solution with Review Request@gr2m I would like you to take a look when you have time and, specially if you would see this valuable or not that important. Thanks in advance Most of the lines are inspired by @wolfy1339 in this repo: https://github.com/wolfy1339/octoherd-script-fix-prettier-update |
Can you pass it through prettier before writing the file? That could solve the issue with indentation |
Running Tried using I'm not sure if there is a cool way to parse/dump yaml files and not lose data/format in the process. Posted an issue to [EDIT 4/7/2021]: I made it work after asking for help in eemeli/yaml#220 (reply in thread) |
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 creating this script! I think folks will love it!
…ting the command with a pipe
…ce to that branch
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Your new script is ready to be implemented 🎉
You can run it locally on your machine with
Once you are happy with it, push your changes to this pull request
Before merging:
NPM_TOKEN
to the repository secrets. Set it to an npm automation tokenIssues to solve
Before first release
setup-node
changes (https://github.com/oscard0m/web/pull/50/files?diff=unified&w=1).github/workflow
dir, skip (i.e.{"name":"HttpError","status":404,"response":{"url":"https://api.github.com/repos/oscard0m/webpack-tutorial/contents/.github%2Fworkflows","status":404,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, … }
)After first release
prettier
before dumping the fileactions/setup-node@hshkjdfsa9
'
🆚"
if prettier is not applied (i.e. https://github.com/oscard0m/docs/pull/222/files#diff-3ad1230e5b1d55de790c0e21263e31b88917a2d1229af87484ca13075ad646c4R9)null
option when dumping back the file (i.e.: https://github.com/oscard0m/nginx-hackathon-2020/pull/86/files)