Currently the scraper only commits new episodes to main via the GitHub Action. I think we need the episodes to go into develop and main. I am drafting a PR and it would commit the 3 missing episodes to develop and I am not sure if this will cause issues when develop is merged into main in the future.
I am aware that this only affects contributors that forked the repo before the switch of develop being the main branch, but it is still something we need to think about.
My guess would be
- We update the action to commit to both
develop and main
- I'm not 100% sure about this one because I think that this could cause merge conflicts even if the commits are identical (not sure if git/GitHub is smart enough to see they are the same commit)
- We could make a branch for the scraped data and automatically create/merge PRs for both
develop and main
- It sounds a bit complicated, but it should relieve the concern I have about in idea 1
Definitely looking for some ideas on this one...
Currently the scraper only commits new episodes to
mainvia the GitHub Action. I think we need the episodes to go intodevelopandmain. I am drafting a PR and it would commit the 3 missing episodes to develop and I am not sure if this will cause issues whendevelopis merged intomainin the future.I am aware that this only affects contributors that forked the repo before the switch of
developbeing the main branch, but it is still something we need to think about.My guess would be
developandmaindevelopandmainDefinitely looking for some ideas on this one...