holoviz-topics / examples

Visualization-focused examples of using HoloViz for specific topics
https://examples.holoviz.org
Creative Commons Attribution 4.0 International
82 stars 24 forks source link

PR workflow: don't diff with main but with the branch root #259

Closed maximlt closed 1 year ago

maximlt commented 1 year ago

On push to branches a git diff is done to find out the projects that were updated/removed. This is currently done by comparing the tip of the branch to main, which is plain wrong as main has not necessarily been pulled in the branch. Instead the diff should be done between to tip and the root of the branch.