# stefanzweifel/git-auto-commit-action

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.

Repository: https://github.com/stefanzweifel/git-auto-commit-action
Canonical: https://ross.abutalabs.com/products/git-auto-commit-action
Language: Shell
License: MIT
License Family: permissive
Topics: github-action, github-actions, git, github, workflow-runs, trigger
Last push: 2026-08-26T08:15:58+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 78, longevity 100
- inputs: {"age_days": 2641, "days_push": 7, "days_rel": 66, "gap_med": 82.0, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2564, forks 285 (observed 2026-08-28T04:07:01.080654+00:00)

## What it is
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
- artifact type: plugin
- maturity: active
- function: version-control, ci-cd, workflow-automation, developer-tools
- domain: version-control, developer-tools
- platform: cloud
- tags: github-action, git, auto-commit, shell, devops, automation, linux, docker

## Member repositories
- stefanzweifel/git-auto-commit-action (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:01.080654+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:23:27.943180+00:00, confidence not recorded.
  - readme: https://github.com/stefanzweifel/git-auto-commit-action (fetched 2026-08-28T04:07:01.080654+00:00, sha 7c5767ef24e0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
