ToBeReviewedBot
ToBeReviewedBot copied to clipboard
GitHub App to watch for PRs merged without a reviewer approving.
If I open a PR from `icio/feature-test` to experiment with some changes for the target branch `icio/feature` then TBR shouldn't create a follow-up issue when I merge it without review....
Update [wasPrEverApproved](https://github.com/tailscale/ToBeReviewedBot/blob/9d3965af0d3c351cb7a61ef8cf3b69b618fa076d/main.go#L102) to ignore comments from the PR author.
This could be some direct check, or at least an [org membership check](https://docs.github.com/en/rest/orgs/members?apiVersion=2022-11-28#check-organization-membership-for-a-user).
https://github.com/tailscale/ToBeReviewedBot/blob/9d3965af0d3c351cb7a61ef8cf3b69b618fa076d/main.go#L74 creates an API query including the PR title. We need to 1. escape the title in the query to avoid producing fake results 2. truncate the title to avoid...
Hey! I really liked this bot, but it will be even better if it could watch all repositories in the org instead of specifying which repos to watch. Happy to...