Skip to content
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

Add more features in the GitHub Bot, that uses prettier to format files in a PR #38

Open
tushar5526 opened this issue Jun 16, 2020 · 2 comments

Comments

@tushar5526
Copy link
Member

#35 #37 is the GitHub bot we are working on. It uses GitHub actions to format code using prettier.
Jobs are triggered whenever someone comments "/style" without inverted commas in the PR conversation.

Features you can work on :

  • Currently, anyone can call the job using "/style", restrict this power to users with write access.
  • When the job is built successfully, add an emoji reaction to the "/style" comment.
  • Any other idea, you have :)

You can refer this for help.

@rahulii
Copy link

rahulii commented Jun 19, 2020

@tushar5526 can you provide some tutorials from where you learnt github actions. How should i start learning it,any pre-requisites?

@tushar5526
Copy link
Member Author

@rahulii I started with GitHub learning lab and then you can see how other people do it.
Go through the link also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants