benchmark stringclasses 1
value | task_name stringclasses 28
values | task_seed int64 0 19 | task_config stringlengths 2 514 | goal stringlengths 13 368 | start_url stringclasses 1
value | validation stringclasses 28
values |
|---|---|---|---|---|---|---|
gitlab | gitlab.invite-user | 14 | {"display_repo": "time tracking tool", "namespace": "byteblaze", "project_name": "timeit", "role": "guest", "user_list": "yjlou"} | Add the following users to my time tracking tool as guest: yjlou | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _parse_user_list(val... | |
gitlab | gitlab.list-info | 0 | {"attribute": "name", "repo": "prime/design", "namespace": "primer", "project_name": "design", "fields": "name"} | List the name of the top 3 contributors to prime/design repo, ranked by the number of commits? | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 1 | {"attribute": "email address", "repo": "Pytorch GAN", "namespace": "eriklindernoren", "project_name": "PyTorch-GAN", "fields": "email address"} | List the email address of the top 3 contributors to Pytorch GAN repo, ranked by the number of commits? | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 2 | {"attribute": "name", "repo": "facebook's guide on building react apps", "namespace": "facebook", "project_name": "create-react-app", "fields": "name"} | List the name of the top 3 contributors to facebook's guide on building react apps repo, ranked by the number of commits? | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 3 | {"attribute": "name and number of commits", "repo": "metaseq", "namespace": "root", "project_name": "metaseq", "fields": "name and number of commits"} | List the name and number of commits of the top 3 contributors to metaseq repo, ranked by the number of commits? | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 4 | {"attribute": "last names", "repo": "2019-nCov", "namespace": "yjlou", "project_name": "2019-nCov", "fields": "last names"} | List the last names of the top 3 contributors to 2019-nCov repo, ranked by the number of commits? | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 5 | {"namespace": "byteblaze", "project_name": "gimmiethat.space"} | Who else have access to my repo gimmiethat.space, show me their usernames | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 6 | {"namespace": "byteblaze", "project_name": "solarized-prism-theme"} | Who else have access to my repo solarized-prism-theme, show me their usernames | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 7 | {"attribute": "email address", "namespace": "CellularPrivacy", "project_name": "Android-IMSI-Catcher-Detector", "branch_name": "main"} | Tell me the email address of the contributor who has the most commits to branch main in repo CellularPrivacy/Android-IMSI-Catcher-Detector | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 8 | {"attribute": "email address", "namespace": "CellularPrivacy", "project_name": "Android-IMSI-Catcher-Detector", "branch_name": "gh-page"} | Tell me the email address of the contributor who has the most commits to branch gh-page in repo CellularPrivacy/Android-IMSI-Catcher-Detector | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 9 | {"attribute": "number of commits", "namespace": "vinta", "project_name": "awesome-python", "branch_name": "main"} | Tell me the number of commits of the contributor who has the most commits to branch main in repo vinta/awesome-python | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 10 | {"attribute": "number of followers", "namespace": "dehenne", "project_name": "awesome-visibility", "branch_name": "main"} | Tell me the number of followers of the contributor who has the most commits to branch main in repo dehenne/awesome-visibility | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-info | 11 | {"attribute": "full name, gitlab account name, location and email address", "namespace": "amwhalen", "project_name": "archive-my-tweets", "branch_name": "php52"} | Tell me the full name, gitlab account name, location and email address of the contributor who has the most commits to branch php52 in repo amwhalen/archive-my-tweets | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_project_id(co... | |
gitlab | gitlab.list-issues | 0 | {"label": "help needed", "namespace": "a11yproject", "project_name": "a11yproject.com", "query": "label_name[]=help wanted"} | Display the list of issues in the a11yproject/a11yproject.com repository that have labels related to help needed | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 1 | {"label": "questions", "namespace": "kkroening", "project_name": "ffmpeg-python", "query": "label_name[]=question"} | Display the list of issues in the kkroening/ffmpeg-python repository that have labels related to questions | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 2 | {"label": "flaky-test", "namespace": "keycloak", "project_name": "keycloak", "query": "label_name[]=flaky-test"} | Display the list of issues in the keycloak/keycloak repository that have labels related to flaky-test | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 3 | {"label": "OpenAPI Generator CLI", "namespace": "OpenAPITools", "project_name": "openapi-generator", "query": "label_name[]=OpenAPI Generator CLI"} | Display the list of issues in the OpenAPITools/openapi-generator repository that have labels related to OpenAPI Generator CLI | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 4 | {"label": "BUG", "namespace": "umano", "project_name": "AndroidSlidingUpPanel", "query": "label_name[]=BUG"} | Display the list of issues in the umano/AndroidSlidingUpPanel repository that have labels related to BUG | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 5 | {"description": "that report bugs", "namespace": "a11yproject", "project_name": "a11yproject.com", "query": "label_name[]=bug"} | List all opened issues in repo a11yproject/a11yproject.com that report bugs | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 6 | {"description": "that report bugs", "namespace": "primer", "project_name": "design", "query": "label_name[]=type: bug"} | List all opened issues in repo primer/design that report bugs | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 7 | {"description": "requesting new features", "namespace": "root", "project_name": "metaseq", "query": "label_name[]=feature"} | List all opened issues in repo root/metaseq requesting new features | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 8 | {"description": "that ask about OPT model related questions", "namespace": "root", "project_name": "metaseq", "query": "search=OPT&label_name[]=question"} | List all opened issues in repo root/metaseq that ask about OPT model related questions | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 9 | {"description": "that don't have any labels", "namespace": "root", "project_name": "metaseq", "query": "label_name[]=None"} | List all opened issues in repo root/metaseq that don't have any labels | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 10 | {"namespace": "a11yproject", "project_name": "a11yproject.com", "query": "sort=created_date&state=opened"} | Check out the most recent open issues in repo a11yproject/a11yproject.com | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-issues | 11 | {"namespace": "primer", "project_name": "design", "query": "sort=created_date&state=opened"} | Check out the most recent open issues in repo primer/design | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-pr | 0 | {"query": "assignee_username=byteblaze"} | Checkout merge requests assigned to me | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-pr | 1 | {"query": "reviewer_username=byteblaze"} | Checkout merge requests requiring my review | import re
from typing import Any, Dict, List
from urllib import parse
import os
import json
import requests
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _validate_via_url... | |
gitlab | gitlab.list-repos | 0 | {"description": "more than 100", "repos": ""} | Tell me the full names of the repositories where I made contributions and they got more than 100 stars? | import re
from typing import Any, Dict, List
from urllib import parse
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("No messages provided")
content = messages[-1].get("content", "")
if "query" in config:
# the task... | |
gitlab | gitlab.list-repos | 1 | {"description": "the most", "repos": "a11yproject.com, design"} | Tell me the full names of the repositories where I made contributions and they got the most stars? | import re
from typing import Any, Dict, List
from urllib import parse
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("No messages provided")
content = messages[-1].get("content", "")
if "query" in config:
# the task... | |
gitlab | gitlab.list-repos | 2 | {"description": "the least", "repos": "cloud-to-butt, dotfiles, timeit, solarized-prism-theme, gimmiethat.space, remove-board-movement-events-from-the-github-issue-timeline"} | Tell me the full names of the repositories where I made contributions and they got the least stars? | import re
from typing import Any, Dict, List
from urllib import parse
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("No messages provided")
content = messages[-1].get("content", "")
if "query" in config:
# the task... | |
gitlab | gitlab.list-repos | 3 | {"description": "less than 5", "repos": "a11y-syntax-highlighting, a11y-webring.club, accessible-html-content-patterns, ericwbailey.website, cloud-to-butt, dotfiles, timeit, solarized-prism-theme, gimmiethat.space, remove-board-movement-events-from-the-github-issue-timeline"} | Tell me the full names of the repositories where I made contributions and they got less than 5 stars? | import re
from typing import Any, Dict, List
from urllib import parse
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("No messages provided")
content = messages[-1].get("content", "")
if "query" in config:
# the task... | |
gitlab | gitlab.list-repos | 4 | {"description": "no", "repos": "cloud-to-butt, dotfiles, timeit, solarized-prism-theme, gimmiethat.space, remove-board-movement-events-from-the-github-issue-timeline"} | Tell me the full names of the repositories where I made contributions and they got no stars? | import re
from typing import Any, Dict, List
from urllib import parse
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("No messages provided")
content = messages[-1].get("content", "")
if "query" in config:
# the task... | |
gitlab | gitlab.list-repos | 5 | {"query": "visibility_level=20"} | See all public projects | import re
from typing import Any, Dict, List
from urllib import parse
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("No messages provided")
content = messages[-1].get("content", "")
if "query" in config:
# the task... | |
gitlab | gitlab.open-issue | 0 | {"keyword": "better", "order_by": "updated_at"} | Open my latest updated issue that has keyword "better" in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.open-issue | 1 | {"keyword": "feature", "order_by": "updated_at"} | Open my latest updated issue that has keyword "feature" in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.open-issue | 2 | {"keyword": "dependency", "order_by": "updated_at"} | Open my latest updated issue that has keyword "dependency" in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.open-issue | 3 | {"keyword": "theme editor", "order_by": "updated_at"} | Open my latest updated issue that has keyword "theme editor" in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.open-issue | 4 | {"keyword": "homepage content", "order_by": "updated_at"} | Open my latest updated issue that has keyword "homepage content" in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.open-issue | 5 | {"keyword": "better", "order_by": "created_at"} | Open my latest created issue that has 'better' in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.open-issue | 6 | {"keyword": "feature", "order_by": "created_at"} | Open my latest created issue that has 'feature' in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.open-issue | 7 | {"keyword": "dependency", "order_by": "created_at"} | Open my latest created issue that has 'dependency' in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.open-issue | 8 | {"keyword": "theme editor", "order_by": "created_at"} | Open my latest created issue that has 'theme editor' in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.open-issue | 9 | {"keyword": "homepage content", "order_by": "created_at"} | Open my latest created issue that has 'homepage content' in its title to check if it is closed | import re
import urllib.parse as parse
from typing import Any, Dict, List
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(mes... | |
gitlab | gitlab.post-message | 0 | {"content": "Thanks, working on reviews", "mr_nl": "octovisuals page", "mr": "Octovisuals Page", "namespace": "primer", "project_name": "design"} | Post "Thanks, working on reviews" for the merge request related to octovisuals page in primer/design | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.post-message | 1 | {"content": "lgtm", "mr_nl": "semantic HTML post", "mr": "Semantic HTML post", "namespace": "a11yproject", "project_name": "a11yproject.com"} | Post "lgtm" for the merge request related to semantic HTML post in a11yproject/a11yproject.com | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.post-message | 2 | {"content": "close because non reproducible", "mr_nl": "focus edge cases", "mr": "Fix card focus edge cases", "namespace": "a11yproject", "project_name": "a11yproject.com"} | Post "close because non reproducible" for the merge request related to focus edge cases in a11yproject/a11yproject.com | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.post-message | 3 | {"content": "Good idea", "mr_nl": "color ulitity", "mr": "Add color utility classes", "namespace": "a11yproject", "project_name": "a11yproject.com"} | Post "Good idea" for the merge request related to color ulitity in a11yproject/a11yproject.com | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.post-message | 4 | {"content": "lgtm", "mr_nl": "fixing the broken links", "mr": "Fix broken link", "namespace": "byteblaze", "project_name": "empathy-prompts"} | Post "lgtm" for the merge request related to fixing the broken links in byteblaze/empathy-prompts | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.post-message | 5 | {"namespace": "byteblaze", "project_name": "a11y-webring.club", "topic": "verification functions", "requester": "davepgreene"} | Go to the merge request in the byteblaze/a11y-webring.club repo on verification functions. Find if the author of the merge request responded at the end, and reply "Thank you" if he did. Otherwise remind him with a simple @. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.post-message | 6 | {"namespace": "a11yproject", "project_name": "a11yproject.com", "topic": "wcag", "requester": "aguscha333"} | Go to the merge request in the a11yproject/a11yproject.com repo on wcag. Find if the author of the merge request responded at the end, and reply "Thank you" if he did. Otherwise remind him with a simple @. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.post-message | 7 | {"namespace": "a11yproject", "project_name": "a11yproject.com", "topic": "404 link", "requester": "Roshanjossey"} | Go to the merge request in the a11yproject/a11yproject.com repo on 404 link. Find if the author of the merge request responded at the end, and reply "Thank you" if he did. Otherwise remind him with a simple @. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.show-command | 0 | {"display_repo": "Super_Awesome_Robot", "namespace": "convexegg", "project_name": "super_awesome_robot", "search_keyword": "super_awesome_robot"} | Show me the command to clone Super_Awesome_Robot with SSH. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
last_message_content = messages[-1]["content"]
# Chec... | |
gitlab | gitlab.show-command | 1 | {"display_repo": "ChatGPT", "namespace": "convexegg", "project_name": "chatgpt", "search_keyword": "chatgpt"} | Show me the command to clone ChatGPT with SSH. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
last_message_content = messages[-1]["content"]
# Chec... | |
gitlab | gitlab.show-command | 2 | {"display_repo": "metaseq", "namespace": "root", "project_name": "metaseq", "search_keyword": "metaseq"} | Show me the command to clone metaseq with SSH. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
last_message_content = messages[-1]["content"]
# Chec... | |
gitlab | gitlab.show-command | 3 | {"display_repo": "the best GAN python implementation", "namespace": "eriklindernoren", "project_name": "PyTorch-GAN", "search_keyword": "gan"} | Show me the command to clone the best GAN python implementation with SSH. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
last_message_content = messages[-1]["content"]
# Chec... | |
gitlab | gitlab.show-command | 4 | {"display_repo": "the most stared Covid location tracker", "namespace": "covid19india", "project_name": "covid19india-react", "search_keyword": "covid"} | Show me the command to clone the most stared Covid location tracker with SSH. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
last_message_content = messages[-1]["content"]
# Chec... | |
gitlab | gitlab.star-fork-create-milestone-issues | 0 | {"repo": "the 2019-nCov", "original_namespace": "yljou", "namespace": "byteblaze", "project_name": "2019-nCov", "event": "practice of collective code review", "search_keywords": "collective code review", "text_start_date": "10-31-2025", "start_date": "2025-10-31", "text_end_date": "12-31-2025", "end_date": "2025-12-31"... | Star the 2019-nCov repo and fork it/them. Create a "practice of collective code review" milestone starting on 10-31-2025 and ending 12-31-2025. Then create three issues in the forked repo(s) with the titles, "review Georgie's code", "review Mona's code" and "review Lewis's code" and assign them to the milestone. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.star-fork-create-milestone-issues | 1 | {"repo": "the Pytorch GAN repo with most stars", "original_namespace": "eriklindernoren", "namespace": "byteblaze", "project_name": "PyTorch-GAN", "event": "task of cleaning sensitive information", "search_keywords": "clean sensitive information", "text_start_date": "March 15, 2044", "start_date": "2044-03-15", "text_e... | Star the Pytorch GAN repo with most stars repo and fork it/them. Create a "task of cleaning sensitive information" milestone starting on March 15, 2044 and ending 10 days from the start date. Then create three issues in the forked repo(s) with the titles, "clean names", "clean addresses" and "clean phone numbers and em... | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.star-fork-create-milestone-issues | 2 | {"repo": "the buck repo from meta", "original_namespace": "facebook", "namespace": "byteblaze", "project_name": "buck", "event": "task of merging all branches to main", "search_keywords": "merge branch main", "text_start_date": "Jan 1 2026", "start_date": "2026-01-01", "text_end_date": "the next day", "end_date": "2026... | Star the buck repo from meta repo and fork it/them. Create a "task of merging all branches to main" milestone starting on Jan 1 2026 and ending the next day. Then create three issues in the forked repo(s) with the titles, "push final code changes to all branches", "open merge requests" and "finalize merges" and assign ... | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def validate(messages: L... | |
gitlab | gitlab.star-repo | 0 | {"number": "five"} | Star the top five most stared repos in Gitlab | from typing import Any, Dict, List
import requests
import json
import os
MOST_STARRED_REPOS = [
"AndroidSlidingUpPanel",
"create-react-app",
"ffmpeg-python",
"PHP_XLSXWriter",
"AndroidAsync",
"Pytorch-GAN",
"administrate",
"keycloak",
]
def validate(messages: List[Dict[str, str]], con... | |
gitlab | gitlab.star-repo | 1 | {"number": "eight"} | Star the top eight most stared repos in Gitlab | from typing import Any, Dict, List
import requests
import json
import os
MOST_STARRED_REPOS = [
"AndroidSlidingUpPanel",
"create-react-app",
"ffmpeg-python",
"PHP_XLSXWriter",
"AndroidAsync",
"Pytorch-GAN",
"administrate",
"keycloak",
]
def validate(messages: List[Dict[str, str]], con... | |
gitlab | gitlab.star-repo | 2 | {"number": "four"} | Star the top four most stared repos in Gitlab | from typing import Any, Dict, List
import requests
import json
import os
MOST_STARRED_REPOS = [
"AndroidSlidingUpPanel",
"create-react-app",
"ffmpeg-python",
"PHP_XLSXWriter",
"AndroidAsync",
"Pytorch-GAN",
"administrate",
"keycloak",
]
def validate(messages: List[Dict[str, str]], con... | |
gitlab | gitlab.star-repo | 3 | {"number": "three"} | Star the top three most stared repos in Gitlab | from typing import Any, Dict, List
import requests
import json
import os
MOST_STARRED_REPOS = [
"AndroidSlidingUpPanel",
"create-react-app",
"ffmpeg-python",
"PHP_XLSXWriter",
"AndroidAsync",
"Pytorch-GAN",
"administrate",
"keycloak",
]
def validate(messages: List[Dict[str, str]], con... | |
gitlab | gitlab.star-repo | 4 | {"number": "one"} | Star the top one most stared repos in Gitlab | from typing import Any, Dict, List
import requests
import json
import os
MOST_STARRED_REPOS = [
"AndroidSlidingUpPanel",
"create-react-app",
"ffmpeg-python",
"PHP_XLSXWriter",
"AndroidAsync",
"Pytorch-GAN",
"administrate",
"keycloak",
]
def validate(messages: List[Dict[str, str]], con... | |
gitlab | gitlab.update-issue | 0 | {"account": "Roshanjossey", "issue": "404", "namespace": "a11yproject", "project_name": "a11yproject.com"} | Assign the open issue regarding 404 in a11yproject/a11yproject.com to Roshanjossey. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_current_user():... | |
gitlab | gitlab.update-issue | 1 | {"account": "Rohan", "issue": "linking to an accessibility statement", "namespace": "byteblaze", "project_name": "a11y-webring.club"} | Assign the open issue regarding linking to an accessibility statement in byteblaze/a11y-webring.club to Rohan. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_current_user():... | |
gitlab | gitlab.update-issue | 2 | {"account": "myself", "issue": "404", "namespace": "a11yproject", "project_name": "a11yproject.com"} | Assign the open issue regarding 404 in a11yproject/a11yproject.com to myself. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_current_user():... | |
gitlab | gitlab.update-issue | 3 | {"account": "primer", "issue": "flash alerts"} | Assign the issue regarding flash alerts to primer. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_current_user():... | |
gitlab | gitlab.update-issue | 4 | {"account": "myself", "issue": "flash alert", "display_repo": "primer design guide", "namespace": "primer", "project_name": "design"} | Assign the issue regarding flash alert in primer design guide repo to myself. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def _get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
**json.loads(os.getenv("GITLAB_EXTRA_HTTP_HEADERS", "{}")),
}
def _get_current_user():... | |
gitlab | gitlab.update-license | 0 | {"display_namespace": "Administrator", "namespace": "root", "project_name": "sample-gitlab", "license_type": "MIT"} | Make the LICENSE of Administrator/sample-gitlab to MIT license. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
# Check whether we have the necessary information to vali... | |
gitlab | gitlab.update-license | 1 | {"display_namespace": "Byte Blaze", "namespace": "byteblaze", "project_name": "dotfiles", "license_type": "MIT"} | Make the LICENSE of Byte Blaze/dotfiles to MIT license. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
# Check whether we have the necessary information to vali... | |
gitlab | gitlab.update-license | 2 | {"display_namespace": "Learn Anything", "namespace": "learn-anything", "project_name": "learn-anything", "license_type": "MIT"} | Make the LICENSE of Learn Anything/learn-anything to MIT license. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
# Check whether we have the necessary information to vali... | |
gitlab | gitlab.update-license | 3 | {"namespace": "byteblaze", "project_name": "accessible-html-content-patterns", "license_type": "Apache"} | Make the LICENSE of byteblaze/accessible-html-content-patterns to Apache License | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
# Check whether we have the necessary information to vali... | |
gitlab | gitlab.update-license | 4 | {"namespace": "byteblaze", "project_name": "a11y-syntax-highlighting", "license_type": "GPL"} | Make the LICENSE of byteblaze/a11y-syntax-highlighting to one that mandates all copies and derivative works to be under the same license | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
# Check whether we have the necessary information to vali... | |
gitlab | gitlab.update-multiple-issues-single-repo | 0 | {"issue_status": "closed", "topics": "nesting of headings and making the license clearer", "search_keywords_list": "nesting heading, license clearer", "namespace": "a11yproject", "project_name": "a11yproject.com", "comment": "i need someone to take another look at this"} | Add a comment "i need someone to take another look at this" to the closed issues about nesting of headings and making the license clearer in the a11yproject/a11yproject.com repository. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
return 0
# Check whether we have the necessary information to validate
if not "namespace" in confi... | |
gitlab | gitlab.update-multiple-issues-single-repo | 1 | {"issue_status": "closed", "topics": "bugs", "search_keywords_list": "bugs", "namespace": "byteblaze", "project_name": "a11y-webring.club", "comment": "i need someone to take another look at this"} | Add a comment "i need someone to take another look at this" to the closed issues about bugs in the byteblaze/a11y-webring.club repository. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
return 0
# Check whether we have the necessary information to validate
if not "namespace" in confi... | |
gitlab | gitlab.update-multiple-issues-single-repo | 2 | {"issue_status": "closed", "topics": "unused vendor dependencies, the Konami code, and offline downloads", "search_keywords_list": "unused vendor dependencies, konami code, offline downloads", "namespace": "byteblaze", "project_name": "empathy-prompts", "comment": "i need someone to take another look at this"} | Add a comment "i need someone to take another look at this" to the closed issues about unused vendor dependencies, the Konami code, and offline downloads in the byteblaze/empathy-prompts repository. | from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
return 0
# Check whether we have the necessary information to validate
if not "namespace" in confi... | |
gitlab | gitlab.update-profile | 0 | {"url": "https://egg.tart.com"} | set the homepage URL on my GitLab profile to https://egg.tart.com | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
if not "url" in conf... | |
gitlab | gitlab.update-profile | 1 | {"url": "https://helloworld.xyz"} | set the homepage URL on my GitLab profile to https://helloworld.xyz | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
if not "url" in conf... | |
gitlab | gitlab.update-profile | 2 | {"url": "a11yproject.contributor.me"} | set the homepage URL on my GitLab profile to a11yproject.contributor.me | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
if not "url" in conf... | |
gitlab | gitlab.update-profile | 3 | {"url": "www.byteblaze.com"} | set the homepage URL on my GitLab profile to www.byteblaze.com | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
if not "url" in conf... | |
gitlab | gitlab.update-profile | 4 | {"url": "byteblaze.github.io"} | set the homepage URL on my GitLab profile to byteblaze.github.io | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
if not "url" in conf... | |
gitlab | gitlab.update-repo | 0 | {"namespace": "byteblaze", "project_name": "gimmiethat.space", "title": "GIVE ME SPACE"} | Update the byteblaze/gimmiethat.space project site's title to "GIVE ME SPACE" | import base64
from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
if "namespace" not in config or "project_na... | |
gitlab | gitlab.update-repo | 1 | {"namespace": "byteblaze", "project_name": "gimmiethat.space", "title": "Welcome to my site"} | Update the byteblaze/gimmiethat.space project site's title to "Welcome to my site" | import base64
from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
if "namespace" not in config or "project_na... | |
gitlab | gitlab.update-repo | 2 | {"namespace": "byteblaze", "project_name": "gimmiethat.space", "title": "Not an interesting site"} | Update the byteblaze/gimmiethat.space project site's title to "Not an interesting site" | import base64
from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
if "namespace" not in config or "project_na... | |
gitlab | gitlab.update-repo | 3 | {"namespace": "byteblaze", "project_name": "gimmiethat.space", "title": "Title Wanted"} | Update the byteblaze/gimmiethat.space project site's title to "Title Wanted" | import base64
from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
if "namespace" not in config or "project_na... | |
gitlab | gitlab.update-repo | 4 | {"namespace": "byteblaze", "project_name": "gimmiethat.space", "title": "Hello"} | Update the byteblaze/gimmiethat.space project site's title to "Hello" | import base64
from typing import Any, Dict, List
from urllib.parse import quote
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages cannot be empty")
if "namespace" not in config or "project_na... | |
gitlab | gitlab.update-status | 0 | {"status": "Busy"} | Set my gitlab status as Busy. | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
# TODO: add relevant... | |
gitlab | gitlab.update-status | 1 | {"status": "Enjoying life"} | Set my gitlab status as Enjoying life. | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
# TODO: add relevant... | |
gitlab | gitlab.update-status | 2 | {"status": "Playing Badminton"} | Set my gitlab status as Playing Badminton. | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
# TODO: add relevant... | |
gitlab | gitlab.update-status | 3 | {"status": "Resting due to leg injury"} | Set my gitlab status as Resting due to leg injury. | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
# TODO: add relevant... | |
gitlab | gitlab.update-status | 4 | {"status": "Out of Office"} | Set my gitlab status as Out of Office. | from typing import Any, Dict, List
import requests
import json
import os
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
if not messages:
raise ValueError("Messages must not be empty")
# Check whether we have the necessary information to validate
# TODO: add relevant... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.