A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29
stars
11
forks
source link
Handle pull base other than master #43
Closed
knl closed 3 years ago
Since GitHub switched to using
main
as the main branch (it used to bemaster
), update this action to support such case.Also, in case there is a problem getting SHA for the branch, report an error instead of silently dying.