stefanzweifel/git-auto-commit-action
Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case. observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 78
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 82.0
- age_days: 2641
- days_rel: 66
- days_push: 7
- n_releases_24m: 7
Adoption not part of the score
2564 stars · 285 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A GitHub Action that detects files changed during a workflow run and automatically commits and pushes them back to the repository. It is written in Shell and designed for the common 80% use case of committing generated or modified files in CI.
Use cases
- auto-commit formatted or linted files back to the repo in CI
- push generated files from a GitHub Actions workflow
- commit build artifacts or docs updates automatically
- detect changed files in a workflow and push them
- automate git commits as the GitHub Actions bot
When to choose
- you need a simple, one-line step to commit workflow-generated changes
- your workflow runs on ubuntu-latest and uses the default GITHUB_TOKEN
- you want sensible defaults like co-authoring and configurable commit messages
When to avoid
- you need complex commit logic like rebasing, signing with custom keys, or multi-repo pushes
- your workflow runs on Windows
- you need fine-grained control beyond glob patterns and git-commit options
Facets
plugin · maturity active
version-control ci-cd workflow-automation developer-tools version-control developer-tools cloud github-action git auto-commit shell devops automation linux docker
1 source
- readme: https://github.com/stefanzweifel/git-auto-commit-action · fetched 2026-08-28 · 7c5767ef24e0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stefanzweifel/git-auto-commit-action | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="stefanzweifel/git-auto-commit-action")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem