feat(core): add /challenge reviews command for listing challenges awaiting review - #18
Open
MikkelHebel wants to merge 1 commit into
Open
feat(core): add /challenge reviews command for listing challenges awaiting review#18MikkelHebel wants to merge 1 commit into
MikkelHebel wants to merge 1 commit into
Conversation
|
All Contributors have signed the CLA. Thank you for your cooperation! |
Member
Author
|
I have read the CLA Document and I hereby sign the CLA |
MikkelHebel
force-pushed
the
feature/3/review-command
branch
from
July 4, 2026 11:10
db9937f to
58869de
Compare
MikkelHebel
marked this pull request as ready for review
July 4, 2026 11:13
MikkelHebel
force-pushed
the
feature/3/review-command
branch
from
July 4, 2026 18:39
58869de to
7568e46
Compare
Member
|
I'm setting this on hold, until #16 have been merged, as this PR needs to be updated aftwards. |
MikkelHebel
force-pushed
the
feature/3/review-command
branch
from
July 31, 2026 22:15
7568e46 to
e078518
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a
/challenge reviews [author]command to list challenges in a configurable "awaiting review" project status, optionally filtered by GitHub assigneeGithubHandler.get_issues_by_status(): queries the Projects v2 board for items matching a given Status value + optional assigneeREVIEW_STATUS(defaultIn Review) andREVIEW_LIMIT(default10), both configurable via env var or CLI flag, same pattern asSTATUS/CATEGORIES.env.exampleThis closes #3