-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3576 from webcompat/issue/3574/1
Fixes #3574: Incorporate bugbug ml labelling into moderation process
- Loading branch information
Showing
11 changed files
with
224 additions
and
42 deletions.
There are no files selected for viewing
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
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
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
42 changes: 42 additions & 0 deletions
42
tests/fixtures/webhooks/private_milestone_ml_autoclosed.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"action": "milestoned", | ||
"issue": { | ||
"title": "www.netflix.com - test private issue autoclosed", | ||
"repository_url": "https://api.github.com/repos/webcompat/webcompat-tests-private", | ||
"number": 600, | ||
"html_url": "https://github.com/webcompat/webcompat-tests-private/issues/600", | ||
"body": "<!-- @browser: Firefox 55.0 -->\n<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 -->\n<!-- @reported_with: web -->\n<!-- @public_url: https://github.com/webcompat/webcompat-tests/issues/1 -->\n\n**URL**: https://www.netflix.com/", | ||
"labels": [ | ||
{ | ||
"id": 1788251357, | ||
"node_id": "MDU6TGFiZWwxNzg4MjUxMzU3", | ||
"url": "https://api.github.com/repos/webcompat/webcompat-tests/labels/action-needsmoderation", | ||
"name": "action-needsmoderation", | ||
"color": "d36200", | ||
"default": false, | ||
"description": "issue in the process of being moderated" | ||
} | ||
], | ||
"state": "open", | ||
"milestone": { | ||
"url": "https://api.github.com/repos/webcompat/webcompat-tests-private/milestones/5", | ||
"html_url": "https://github.com/webcompat/webcompat-tests-private/milestone/5", | ||
"labels_url": "https://api.github.com/repos/webcompat/webcompat-tests-private/milestones/5/labels", | ||
"id": 6795520, | ||
"node_id": "MDk6TWlsZXN0b25lNjc5NTUyMA==", | ||
"number": 5, | ||
"title": "ml-autoclosed", | ||
"description": "Issues closed automatically based on ml prediction", | ||
"open_issues": 1, | ||
"closed_issues": 3, | ||
"state": "open", | ||
"created_at": "2021-05-26T20:24:14Z", | ||
"updated_at": "2021-05-27T16:56:08Z", | ||
"due_on": null, | ||
"closed_at": null | ||
} | ||
}, | ||
"milestone": { | ||
"title": "ml-autoclosed" | ||
} | ||
} |
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
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
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
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
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
Oops, something went wrong.