Skip to content

Add configurable GitHub Enterprise API base URL for key checks and API calls #1682

Add configurable GitHub Enterprise API base URL for key checks and API calls

Add configurable GitHub Enterprise API base URL for key checks and API calls #1682

Triggered via pull request January 21, 2026 20:31
Status Success
Total duration 33s
Artifacts

checks.yml

on: pull_request
runner / check docs
15s
runner / check docs
runner / pylint
25s
runner / pylint
runner / misspell
19s
runner / misspell
runner / uv-lock
8s
runner / uv-lock
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
runner / pylint: augur/tasks/github/util/gh_graphql_entities.py#L201
[pylint] reported by reviewdog 🐶 R1723: Unnecessary "elif" after "break", remove the leading "el" from "elif" (no-else-break) Raw Output: augur/tasks/github/util/gh_graphql_entities.py:201:12: R1723: Unnecessary "elif" after "break", remove the leading "el" from "elif" (no-else-break)
runner / pylint: augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py#L63
[pylint] reported by reviewdog 🐶 R1723: Unnecessary "elif" after "break", remove the leading "el" from "elif" (no-else-break) Raw Output: augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py:63:8: R1723: Unnecessary "elif" after "break", remove the leading "el" from "elif" (no-else-break)
runner / pylint: augur/tasks/github/detect_move/core.py#L72
[pylint] reported by reviewdog 🐶 E0602: Undefined variable 'get_github_api_base_url' (undefined-variable) Raw Output: augur/tasks/github/detect_move/core.py:72:13: E0602: Undefined variable 'get_github_api_base_url' (undefined-variable)
runner / pylint: augur/tasks/github/contributors.py#L95
[pylint] reported by reviewdog 🐶 R1724: Unnecessary "elif" after "continue", remove the leading "el" from "elif" (no-else-continue) Raw Output: augur/tasks/github/contributors.py:95:12: R1724: Unnecessary "elif" after "continue", remove the leading "el" from "elif" (no-else-continue)
runner / pylint: augur/application/config.py#L5
[pylint] reported by reviewdog 🐶 W0611: Unused List imported from typing (unused-import) Raw Output: augur/application/config.py:5:0: W0611: Unused List imported from typing (unused-import)