-
Notifications
You must be signed in to change notification settings - Fork 10
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
[FEATURE] Automating NFS submissions #17
Comments
checkout automate_nfs feature branch and under .github/workflows there are some notes |
Hey there @elreydetoda |
Absolutely, feel free @lionel1704! Thank you so much! |
message in the slack if you have any questions. |
don't know if this is useful, but found this while looking at other stuff: https://github.com/marketplace/actions/all-in-one-project |
Heya @elreydetoda However, I still think it's a good idea to get this automation in place. GH Actions are enabled on my repo and you can verify the automation on my C4 fork |
Awesome, thank you @lionel1704 I am going to take a look at this, this weekend 😄 |
What?
I would like to create an automated way that when someone submits a NFS (new framework submission), that it will automatically create a the necessary other issues (currently video).
During the automatic creation of the github issues it also fills in the necessary information.
With?
I would like to keep this as much of a github thing as possible, so please checkout github actions/workflows (can't really tell which one is the name): https://help.github.com/en/articles/configuring-a-workflow .
Also, please keep things as files as much as possible, because that will allow for easy audit-ability and reproducibility (i.e. github issue templates).
The text was updated successfully, but these errors were encountered: