VWA / issue_repo_tutorial /issue_repo_tutorial.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
ac8effe verified
raw
history blame
3.98 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Explore and manage issues in a GitLab repository, including viewing, assigning, and filtering issues.",
"actions": [
{
"index": 0,
"start": 23.1,
"end": 24.1,
"text": "Navigate to the repository with the most issues."
},
{
"index": 1,
"start": 36.3,
"end": 38.3,
"text": "Click on 'Issues' in the left menu bar."
},
{
"index": 2,
"start": 80.3,
"end": 81.5,
"text": "Search for different issues using the search bar."
},
{
"index": 3,
"start": 82.0,
"end": 84.6,
"text": "Enter 'GitHub' to search for GitHub-related issues."
},
{
"index": 4,
"start": 89.9,
"end": 90.1,
"text": "Click on 'Open' to filter for open issues."
}
]
},
{
"task_index": 1,
"task": "Create a new issue with specific details such as assignee, due date, and label.",
"actions": [
{
"index": 5,
"start": 147.9,
"end": 148.7,
"text": "Click on the 'New Issue' blue button."
},
{
"index": 6,
"start": 150.0,
"end": 151.4,
"text": "Enter 'McCall's test issue' as the issue title."
},
{
"index": 7,
"start": 158.1,
"end": 159.5,
"text": "Assign the issue to the 'Ally project'."
},
{
"index": 8,
"start": 160.7,
"end": 162.2,
"text": "Set the due date to the 30th of September."
},
{
"index": 9,
"start": 167.8,
"end": 169.3,
"text": "Add 'Accessibility' as a label."
},
{
"index": 10,
"start": 171.7,
"end": 172.2,
"text": "Click 'Create' to create the issue."
}
]
},
{
"task_index": 2,
"task": "Navigate and manage milestones, including viewing and creating new milestones.",
"actions": [
{
"index": 11,
"start": 188.8,
"end": 189.0,
"text": "Navigate to 'Milestones'."
},
{
"index": 12,
"start": 202.4,
"end": 203.0,
"text": "Enter 'testMilestone' as the milestone name."
},
{
"index": 13,
"start": 221.8,
"end": 223.0,
"text": "Add different participants to the milestone."
},
{
"index": 14,
"start": 237.4,
"end": 238.7,
"text": "Close the milestone if needed."
},
{
"index": 15,
"start": 238.8,
"end": 239.3,
"text": "Delete the milestone if needed."
}
]
}
]
}