53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"sites": [
|
|
"gitlab"
|
|
],
|
|
"task_id": 806,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/gitlab_state.json",
|
|
"start_url": "http://localhost:28084",
|
|
"geolocation": null,
|
|
"intent_template": "Submit a merge request for {{source_branch}} branch to be merged into {{target_branch}} branch, assign {{reviewer}} as the reviewer",
|
|
"instantiation_dict": {
|
|
"source_branch": "a11yproject.com/redesign",
|
|
"target_branch": "markdown-figure-block",
|
|
"reviewer": "myself"
|
|
},
|
|
"intent": "Submit a merge request for a11yproject.com/redesign branch to be merged into markdown-figure-block branch, assign myself as the reviewer",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match",
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28084/a11yproject/a11yproject.com/-/merge_requests",
|
|
"program_html": [
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[0].outerText",
|
|
"required_contents": {
|
|
"exact_match": "redesign"
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[1].outerText",
|
|
"required_contents": {
|
|
"exact_match": "feature/markdown-figure-block"
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('.block.reviewer').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Byte Blaze"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 335
|
|
} |