Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prs fixes #106

Closed
wants to merge 3 commits into from
Closed

Prs fixes #106

wants to merge 3 commits into from

Conversation

Cyberboss
Copy link
Member

@Cyberboss Cyberboss commented Sep 25, 2022

In the commits

Fixes #102

Comment on lines 118 to 122
if (prs.code === StatusCode.ERROR) {
addError(errorState, prs.error);
setPRs(PRs ?? []);
} else {
setPRs(prs.payload);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem is you still cant remove any prs with this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't your change fix that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Negative, the PR list cannot be displayed without info from github and without a pr list, you can see or interact with merged PRs

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the PR list cannot be displayed without info from github

We really need to change that so it can work with the existing test merge list

@Cyberboss Cyberboss closed this Sep 30, 2022
@Cyberboss
Copy link
Member Author

Actually I'll leave this open as a reminder to myself to do that

@Cyberboss Cyberboss reopened this Sep 30, 2022
@Cyberboss Cyberboss marked this pull request as draft September 30, 2022 12:17
@Cyberboss Cyberboss closed this Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repo management doesnt work if you dont have access credentials.
2 participants