Review Request in not working in latest probot version
See original GitHub issueBug Report
Current Behavior Iam trying assign reviewers based on filepath , there is no assignment
// Your code here
return await context.github.pulls.requestReviewers.endpoint(context.issue({reviewers: ['rthadur']}));
Expected behavior/code there should be assigment to the PR but there is no error or result Environment
- Probot version(s): [e.g. v6.0.0]
- Node/npm version: [e.g. Node 8/npm 5]
- OS: [e.g. OSX 10.13.4, Windows 10]
Possible Solution
Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Probot: Minimum Reviews
Enforce a minimum number of reviews on Pull Requests ... Screenshot of Minimum reviews app ... 'failure, error, and pending' are the suggested...
Read more >ProBot - Bot for Discord
A very customizable multipurpose bot for welcome image, In-depth logs, Social commands, Music, Moderation and many more ... Best Welcomer. Give your new...
Read more >How do I retrieve all the reviewers in the PR in a GitHub Probot
For us, it is in the requestedReviewer object of reviewRequests using pullRequests query. One thing to notices is the reviewer could be User...
Read more >12 Bots To Better Your Open Source Project
Probot (GitHub Apps). Request Info. Requests more information on issues and pull requests with the default title or an empty body. Request- ...
Read more >Making a Github Bot - GeeksforGeeks
Stale – A github app to close stale issues and PRs. ... probot-github-bot-arch-simply-speaking ... Bot's comment on a new Pull Request.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah yes, that makes sense. Nevermind my last comment. I’ll have a look tomorrow
It worked , thank you for your help