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
'fatal: Not a git repository' when creating a PR #1
Closed
knl closed 4 years ago
Due to the fact that I tested in a repo, where the action had to be preceded by a checkout, this error fell through.
Namely,
hub pull-request
needs to be in a checkout, as it doesn't consultGITHUB_REPOSITORY
.