Searched refs:gh (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.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}") 176 u = gh.get_user(c) 202 u = gh.get_user(maintainer) 217 def process_issue(gh, maintainer_file, number): argument 218 gh_repo = gh.get_repo(f"{args.org}/{args.repo}") 268 def process_modules(gh, maintainers_file): argument 300 issues = gh.search_issues(query=query) 334 gh = Github(token) 338 process_pr(gh, maintainer_file, args.pull_request) [all …]
|
/Zephyr-Core-3.5.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.5.0/doc/contribute/ |
D | contributor_expectations.rst | 143 .. _`Codecov`: https://app.codecov.io/gh/zephyrproject-rtos/zephyr
|
/Zephyr-Core-3.5.0/doc/_static/css/ |
D | custom.css | 399 .highlight .gh /* Generic.Heading */,
|