taichi / actions-package-update

keeps npm dependencies up-to-date by making pull requests from GitHub Actions or CI.
64 stars 12 forks source link

About the function to display diff URL #5

Open abcang opened 4 years ago

abcang commented 4 years ago

ci-yarn-upgrade display diff URL in PR, but actions-package-update does not display diff URL. Processing that generates diff URL is implemented, but it seems that it is not working because tags are not actually acquired. Are there any plans to make the function of displaying diff URL work?

taichi commented 4 years ago

it's my bad. I'll implement diff URLs ASAP. thanks for your report.