pyup icon indicating copy to clipboard operation
pyup copied to clipboard

PyUp not issuing PRs on my private repo

Open jetheurer opened this issue 6 years ago • 2 comments
trafficstars

Hi folks,

I've been trying to get in touch with [email protected], but with no luck. Can someone help me troubleshoot pyup on my private repository?

At the moment, my yml looks like this:

update: all
branch: master
schedule: "every day"
search: true
requirements:
  - requirements.txt:
    update: all
    pin: true

Cheers,

Liz

jetheurer avatar Jun 27 '19 01:06 jetheurer

I've been getting this lately too. Looks like it might be a permissions issue of some sort? I notice the its only repos I've set up recently (last couple months?) which have this issue -- for older repos, which work correctly, I see pyup-bot as a collaborator: image

For recent repos (which create only branches but no PRs), I see pyup-bot either not listed as all or marked as not having accepted the invite: image

TheKevJames avatar Jul 24 '19 22:07 TheKevJames

This sounds like a valid concern. Ideally we want to move forward and use only GitHub Integration App.

rafaelpivato avatar Mar 28 '20 14:03 rafaelpivato