We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05253e3 commit f45c009Copy full SHA for f45c009
Tools/build/compute-changes.py
@@ -18,7 +18,7 @@
18
if TYPE_CHECKING:
19
from collections.abc import Set
20
21
-GITHUB_DEFAULT_BRANCH = os.environ["GITHUB_DEFAULT_BRANCH]
+GITHUB_DEFAULT_BRANCH = os.environ["GITHUB_DEFAULT_BRANCH"]
22
GITHUB_CODEOWNERS_PATH = Path(".github/CODEOWNERS")
23
GITHUB_WORKFLOWS_PATH = Path(".github/workflows")
24
CONFIGURATION_FILE_NAMES = frozenset({
0 commit comments