yt-project / blog

This is the repository that the yt Project's blog is held in.
https://yt-project.github.io/blog/
1 stars 5 forks source link

Fix bot force pushing to branch #36

Open munkm opened 1 year ago

munkm commented 1 year ago

If we try to publish more than one issue-derived post at a time, the actions bot overwrites the pr from one that was opened previously. We need to force the bot to wait to create a new PR until none are open or it needs to create a new branch each time a new PR is opened.