forked from rust-lang/triagebot
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Decision Process Implementation POC #1
Draft
joulei
wants to merge
17
commits into
master
Choose a base branch
from
decision-process
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
joulei
force-pushed
the
decision-process
branch
from
October 27, 2022 12:15
5eb714e
to
72f682a
Compare
joulei
force-pushed
the
decision-process
branch
from
November 8, 2022 14:12
72f682a
to
1a33f6c
Compare
DB support for issue decision state
* add initial parsing for merge and hold commands * cleanup format checking in parser
* Automate documentation updates for rust-lang/rust * docs-update: Switch to using a separate repo for creating the commits. * Fix recent_commits pagination. * Automatically re-scan GitHub commits every 30 minutes This lets us recover from faults in the GitHub API more quickly. * Do not expect sha field in API response We should eventually add in-CI testing for this kind of oops (it's fairly common when we change these) or move to auto-generated GitHub API code -- but for now this fixes commit fetching. Co-authored-by: Eric Huss <[email protected]> Co-authored-by: Mark Rousskov <[email protected]>
This reverts commit 6fd8baa.
* add comment builder for the decision state * improve error handling * add factory for user status and add tests * cleanup unnecessary code
* Parse team in command * Use parsed team in handler
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.
This a working draft for the decision process implementation.
Our intent is to get a working POC with merge and hold to get a first round of feedback.
Co-authored by @mcass19