-
Notifications
You must be signed in to change notification settings - Fork 203
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
Add "accepted: invalid" or "accepted: incomplete" milestones to moderation workflow #3445
Labels
Comments
Probably a good opportunity to move webcompat.com/webcompat/webhooks/helpers.py Line 281 in 9038743
|
miketaylr
pushed a commit
that referenced
this issue
Aug 17, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 17, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 18, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 18, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 18, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 18, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 21, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 21, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 21, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 21, 2020
miketaylr
pushed a commit
that referenced
this issue
Aug 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that #3291 is done, this should be less messy to implement.
The idea is described in option 3 here:
I think those 2 should be sufficient. The implementation would be to add some logic to
process_issue_action
to check the milestone and then probably add 1 or 2 methods to WebHookIssue to update the public issue (the rest should already be possible):Somewhere around here:
webcompat.com/webcompat/webhooks/helpers.py
Lines 228 to 240 in 9038743
The text was updated successfully, but these errors were encountered: