question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Review Request in not working in latest probot version

See original GitHub issue

Bug 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:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
gr2mcommented, Sep 27, 2020

Ah yes, that makes sense. Nevermind my last comment. I’ll have a look tomorrow

0reactions
rthadurcommented, Sep 29, 2020

It worked , thank you for your help

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found