- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for is_dirty (0.03 sec)
-
scripts/translate.py
github_repository: Annotated[str, typer.Option(envvar="GITHUB_REPOSITORY")], ) -> None: print("Setting up GitHub Actions git user") repo = git.Repo(Path(__file__).absolute().parent.parent) if not repo.is_dirty(untracked_files=True): print("Repository is clean, no changes to commit") return subprocess.run(["git", "config", "user.name", "github-actions[bot]"], check=True) subprocess.run(
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0)