Inspiration
curiosity of creating GitHub action automation using JavaScript
What it does
Listen for any issues added on your repo and returns a funny joke
How we built it
- Initialize a new JavaScript project using github skills generator
- Configure Your Action i.e. action.yml
- Create the metadata file 4.Create the JavaScript files for your action i.e. joke.js (API) and main.js(fetches data from joke.js)
- Add your action to the workflow file
- push everything to github and Trigger the joke action ## Challenges we ran into creating and labelling issues ## Accomplishments that we're proud of building a working Github javascript action ## What we learned building a working Github javascript action ## What's next for workflow-js Implementing the javascript action automation on other repos
Log in or sign up for Devpost to join the conversation.