Skip to content

Support Status: Waiting feedback label #269

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

OskarStark
Copy link
Contributor

Closes #194

Do I miss sth @stof or is this all what we need to do to make it work?

@OskarStark OskarStark self-assigned this Apr 28, 2025
@OskarStark OskarStark changed the title Support Status: Waiting feedback Support Status: Waiting feedback label Apr 28, 2025
@@ -13,6 +13,7 @@ abstract class AbstractStatusChangeSubscriber implements EventSubscriberInterfac
'needs work' => Status::NEEDS_WORK,
'works for me' => Status::WORKS_FOR_ME,
'reviewed' => Status::REVIEWED,
'waiting_feedback' => Status::WAITING_FEEDBACK,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'waiting_feedback' => Status::WAITING_FEEDBACK,
'waiting feedback' => Status::WAITING_FEEDBACK,

Reading the code in parseStatusFromText() I would have expected something like this instead as I don't think anyone will write "Status: waiting_feedback" in a PR comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

status changes don't support the "waiting feedback" status
2 participants