adRise / update-pr-branch

Github Action to automatically update PR branches that match the criteria. Designed to work with the Github `auto-merge` feature.
MIT License
18 stars 10 forks source link

nit: improve wording for log lines #5

Closed greglockwood closed 3 years ago

greglockwood commented 3 years ago

https://github.com/adRise/pr-auto-updater/blob/efeb4619d2849f3d824a1b4a1bc85a68d9469c2a/index.js#L17

Remove the word "branch" and consider adding a URL to make it easy to look at the PR.

https://github.com/adRise/pr-auto-updater/blob/efeb4619d2849f3d824a1b4a1bc85a68d9469c2a/index.js#L22

Suggestion:

log('🎉 Successfully updated.');
zhiyelee commented 3 years ago

@greglockwood Good catch, I planned to change the second one but forgot later. Feel free to create a PR.

zhiyelee commented 3 years ago

addressed wording in #7