30-seconds-of-cpp icon indicating copy to clipboard operation
30-seconds-of-cpp copied to clipboard

make a GitHub Action

Open Bhupesh-V opened this issue 6 years ago • 5 comments

Currently I have to run update_readme.py for updating the contents of README after a PR is merged. We need to automate running of this script. 2 solutions can be:

  • Using Webhooks
  • GitHub Actions

I think using actions would be a wise choice

Bhupesh-V avatar Oct 02 '19 06:10 Bhupesh-V

Can i work on this issue ?

sumanismcse avatar Oct 03 '19 03:10 sumanismcse

Can I work on this?

saaiiravi avatar Oct 07 '20 05:10 saaiiravi

Can I work on this?

Yes

Bhupesh-V avatar Oct 07 '20 06:10 Bhupesh-V

Can I work on this?

Yes

Main.yml already exists which does the github action to automate readme on push?

saaiiravi avatar Oct 07 '20 12:10 saaiiravi

Can I work on this?

Yes

Main.yml already exists which does the github action to automate readme on push?

The goal is to run update_readme.py on at least every merge, but right now the build seems to fail due to an error, can you fix that?

Bhupesh-V avatar Oct 07 '20 14:10 Bhupesh-V