Skip to content

Scraper only commits to main #444

@CGBassPlayer

Description

@CGBassPlayer

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

  1. 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)
  2. 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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    devRelated to the development environmentenhancementNew feature, enhancement, or requestfeedback requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions