Searched refs:gh (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/scripts/ |
D | set_assignees.py | 58 def process_pr(gh, maintainer_file, number): argument 60 gh_repo = gh.get_repo(f"{args.org}/{args.repo}") 187 gh_user = gh.get_user(collaborator) 220 u = gh.get_user(assignee) 235 def process_issue(gh, maintainer_file, number): argument 236 gh_repo = gh.get_repo(f"{args.org}/{args.repo}") 286 def process_modules(gh, maintainers_file): argument 318 issues = gh.search_issues(query=query) 352 gh = Github(token) 356 process_pr(gh, maintainer_file, args.pull_request) [all …]
|
/Zephyr-Core-3.7.0/scripts/ci/stats/ |
D | merged_prs.py | 140 gh = Github(token) 142 gh_repo = gh.get_repo(args.repo) 150 prs = gh.search_issues(query=f'{query}')
|
/Zephyr-Core-3.7.0/scripts/release/ |
D | bug_bash.py | 56 def __init__(self, gh, start_date, end_date): argument 59 self._gh = gh 60 self._repo = gh.get_repo('zephyrproject-rtos/zephyr')
|
D | list_backports.py | 293 gh = Github(args.token) 299 repo = gh.get_repo(args.org + '/' + args.repo)
|
/Zephyr-Core-3.7.0/doc/contribute/ |
D | contributor_expectations.rst | 142 .. _`Codecov`: https://app.codecov.io/gh/zephyrproject-rtos/zephyr
|
/Zephyr-Core-3.7.0/doc/_static/css/ |
D | custom.css | 309 .highlight .gh /* Generic.Heading */,
|