You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful for those unfamiliar with pr-bumper if it could comment on pull requests when pr-bumper check fails. Bonus if the comment could be customised in .github/PR_BUMPER_COMMENT_TEMPLATE.md
Sadly, I haven't had much success with this, not because of the code involved, but because of the permissions. If you only have PRs from within your repo (branch to branch) it could probably work. We have it working fine in our private bitbucket, but the permissions needed for posting a comment are greater than the permissions needed to simply read the PR description, and since we can't encrypt secure tokens when building a PR build from outside the repo, I haven't been able to figure out how to let pr-bumper post comments w/o exposing credentials one wouldn't want to expose.
It would be helpful for those unfamiliar with pr-bumper if it could comment on pull requests when pr-bumper check fails. Bonus if the comment could be customised in
.github/PR_BUMPER_COMMENT_TEMPLATE.md
https://github.com/blog/2111-issue-and-pull-request-templates
The text was updated successfully, but these errors were encountered: