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

  1. Initialize a new JavaScript project using github skills generator
  2. Configure Your Action i.e. action.yml
  3. 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)
  4. Add your action to the workflow file
  5. 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

Built With

Share this project:

Updates