-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Expected Behavior
It should show PR as Draft.
Actual Behavior
Every draft PR is shown as Open PR.
Step to reproduce the Problem
Github organization/user name is wrongly parsed: https://github.com/rehangit/prstatus/blob/master/src/contentscript.js#L107
GITHUB_ACCOUNTis never set in the config- In my case first issue doesnt have any PRs, therefore
GITHUB_ACCOUNTis not set correctly.
Therefore request to Github API always returns empty result, because there is no 0 user/organization.
https://api.github.com/search/issues?q=BRI-+org:0+is:open&per_page=100
Metadata
Metadata
Assignees
Labels
No labels