kassett/Autocommit Github Changes

This GitHub Action allows you to commit changes to git in a runner.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branchThe branch to commit to or base branch for PR.yes
github-tokenThe GitHub token used by gh CLI.yes
use-pull-requestCreate PR instead of direct commit.nofalse
filesComma-separated list of files to commit. Mutually exclusive with commit-all.no""
commit-allWhether to commit all tracked changes. Mutually exclusive with files.nofalse
commit-messageMessage to use for the commit.noAuto-committed changes
pull-request-titleTitle of the PR, if applicable.noAuto-generated PR
pull-request-bodyBody of the PR, if applicable.noPR created by GitHub Actions.
pull-request-labelsLabels to attach to the PR.no""
pull-request-branch-nameCustom name for the PR branch. Otherwise will be randomly generated from target branch.no""
commit-untracked-filesWhether to include untracked files.nofalse
namedescription
shaThe commit made by the action.
branchThe name of the branch created for the PR.
pr-numberThe number of the PR created.