Skip to content

Commit 212bb42

Browse files
alejandrop79stefanzweifeldependabot[bot]pedroamadorryudaitakai
authored
Update git auto commit repo to latest version
* Add test for multi-line commit messages * Update README.md * Update README.md Closes stefanzweifel#281 * Update Author Email Address * Add permissions block to Workflows * Fix Typo in Workflow comments * Mention new permission requirements in usage docs Starting February 2nd 2023, GitHub changed the default permissions of the GITHUB_TOKEN to be read-only in all new repositories.[1] git-auto-commits needs `write`-permissions for the `contents`-key in order to work properly. This commits updates the usage section, to mention the need for the permission requirements. The examples have also been updated to reflect that change. [1]: https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/ * Use actions/checkout@v3 in examples * Fix Comment in README * Bump bats from 1.8.2 to 1.9.0 (stefanzweifel#282) Bumps [bats](https://github.com/bats-core/bats-core) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Changelog](https://github.com/bats-core/bats-core/blob/master/docs/CHANGELOG.md) - [Commits](bats-core/bats-core@v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: bats dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix docs about using in public forks Update docs section about using the Action in public forks. Add warning about current issue when the forks lives under an organisation. Mark section about running a workflow in the head repository as outdated, as I was not able to reproduce this in test projects. See stefanzweifel#211 (comment) for more details. * Update Test * Seems like there is an extra space (stefanzweifel#288) * Bump github/super-linter from 4 to 5 (stefanzweifel#289) Bumps [github/super-linter](https://github.com/github/super-linter) from 4 to 5. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](github/super-linter@v4...v5) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump bats from 1.9.0 to 1.10.0 (stefanzweifel#293) Bumps [bats](https://github.com/bats-core/bats-core) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Changelog](https://github.com/bats-core/bats-core/blob/master/docs/CHANGELOG.md) - [Commits](bats-core/bats-core@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: bats dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 3 to 4 (stefanzweifel#302) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Use actions/checkout v4 in examples stefanzweifel#302 (comment) * Fix Typo * Update node version to node20 (stefanzweifel#300) Co-authored-by: ryudai.takai * Update CHANGELOG * Use v5 in update-changelog Workflow * Use v5 in README * Use new Markdown Alerts in README * Little Doc Updates * Add Alert about pull_request_target stefanzweifel#211 (comment) * Remove outdated docs * Don't switch local branches * Update Test * Update Tests * Update Tests * Update Tests * Remove no longer needed tests * Temp disable assertions * Remove no longer used input options from tests * Remove _switch_to_branch function * Update Assertion * Remove skip_fetch, skip_checkout and create_branch * Remove removed options from README * Clarify `commit_author` input option (stefanzweifel#315) * Clarify `commit_author` input option * Update README.md --------- Co-authored-by: Stefan Zweifel <stefanzweifel@users.noreply.github.com> * Bump release-drafter/release-drafter from 5 to 6 (stefanzweifel#319) * Linux is not UNIX (stefanzweifel#321) * Add step id explanation for output in README.md (stefanzweifel#324) * Bump bats from 1.10.0 to 1.11.0 (stefanzweifel#325) Bumps [bats](https://github.com/bats-core/bats-core) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Changelog](https://github.com/bats-core/bats-core/blob/master/docs/CHANGELOG.md) - [Commits](bats-core/bats-core@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: bats dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fail if attempting to execute git commands in a directory that is not a git-repo. (stefanzweifel#326) * Fail (and log message) if attempting to execute git commands in a directory that is not a git-repo. * Add Test * Code Formatting --------- Co-authored-by: Constantin Comendant <constantin@uberagent.com> Co-authored-by: Stefan Zweifel <stefan@stefanzweifel.dev> * Update CHANGELOG * Add with ref github.head_ref to README * Update GPG Signing section in README * Add docs about .github/workflows pushes See stefanzweifel#322 * Fix link to "new feature request" * Update Bug Repo Form * Update bug.yaml * Add Section on preventing infinite loops to README * Bump github/super-linter from 5 to 6 (stefanzweifel#335) Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](github/super-linter@v5...v6) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump github/super-linter from 6 to 7 (stefanzweifel#342) Bumps [github/super-linter](https://github.com/github/super-linter) from 6 to 7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](github/super-linter@v6...v7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update README.md (stefanzweifel#343) * docs(README): fix broken protected branch docs link (stefanzweifel#346) * Add Scope/Permissions documentation for PATs Closes stefanzweifel#347 * Bump bats from 1.11.0 to 1.11.1 (stefanzweifel#353) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Include `github.actor_id` in default `commit_author` This mimics the default commit author used by GitHub and matches the format used for the default `commit_user_email`. * Update CHANGELOG * Replace Yarn with NPM * Add UPGRADING.md * Fix Typo * Throw error if repo is in detached state * Improve Error Message * Use ref in auto-commit workflow * Use ref checkout properly * docs: Update README.md per stefanzweifel#354 See stefanzweifel#354 * Update entrypoint.sh * Update action.yml * Update entrypoint.sh * Update git-auto-commit.bats * Update git-auto-commit.bats * Update README.md * Rename Input and add output * Add Tests * Update README * Update CHANGELOG * Emit warning if deprecated/removed options are used * Add git-auto-commit to warning text * Bump bats from 1.11.1 to 1.12.0 Bumps [bats](https://github.com/bats-core/bats-core) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Changelog](https://github.com/bats-core/bats-core/blob/master/docs/CHANGELOG.md) - [Commits](bats-core/bats-core@v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: bats dependency-version: 1.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add deprecated inputs to fix unbound variable issue * Fix PAT instructions with Dependabot * Apply suggestions from code review * Update CHANGELOG * Disable Check if Repo is in Detached State Fixes stefanzweifel#378 * Update CHANGELOG --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Stefan Zweifel <hello@stefanzweifel.io> Co-authored-by: Stefan Zweifel <stefanzweifel@users.noreply.github.com> Co-authored-by: Stefan Zweifel <stefan@stefanzweifel.dev> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pedro Amador Rodríguez <pedroamador.rodriguez@gmail.com> Co-authored-by: 高井 <56185180+ryudaitakai@users.noreply.github.com> Co-authored-by: Nikita Panuhin <n.panuhin@mail.ru> Co-authored-by: Philip Couling <couling@gmail.com> Co-authored-by: Christian Vermeulen <christian.vermeulen@gmail.com> Co-authored-by: Constantin Comendant <ccomendant@users.noreply.github.com> Co-authored-by: Constantin Comendant <constantin@uberagent.com> Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com> Co-authored-by: scarf <greenscarf005@gmail.com> Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Co-authored-by: Ross Smith II <ross@smithii.com> Co-authored-by: Lior Dux <lior.dux@develeap.com> Co-authored-by: stefanzweifel <1080923+stefanzweifel@users.noreply.github.com> Co-authored-by: Sam Bull <git@sambull.org>
1 parent 86fb2e1 commit 212bb42

19 files changed

+593
-262
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Before opening a bug report, please search for the behaviour in the existing issues.
8+
Before opening a bug report, please search for the behaviour in existing issues or discussions.
99
1010
---
1111
@@ -17,7 +17,7 @@ body:
1717
description: "Which exact version of git-auto-commit are you using in your Workflow?"
1818
placeholder: "v4.14.0"
1919
validations:
20-
required: true
20+
required: true
2121
- type: dropdown
2222
id: machine
2323
attributes:
@@ -33,7 +33,7 @@ body:
3333
id: bug-description
3434
attributes:
3535
label: Bug description
36-
description: What exactly happened?
36+
description: What exactly happened? Please describe your problem in detail.
3737
validations:
3838
required: true
3939
- type: textarea
@@ -52,13 +52,18 @@ body:
5252
id: example-workflow
5353
attributes:
5454
label: Example Workflow
55-
description: Please share your GitHub Actions workflow which causes the bug. We use this to reproduce the error. No need for backticks here.
55+
description: Please share the YAML-code of your GitHub Actions workflow which causes the bug. We use this to reproduce the error. If the workflow is in a private repostory, please provide a minimal example. (No need for backticks here, the pasted code will be correctly formatted.)
5656
render: yaml
5757
validations:
5858
required: true
5959
- type: textarea
6060
id: logs
6161
attributes:
6262
label: Relevant log output
63-
description: If applicable, provide relevant log output. No need for backticks here.
63+
description: If applicable, provide relevant log output. Please copy and paste the output here, and make sure to remove any sensitive information. (No need for backticks here, the pasted code will be correctly formatted.)
6464
render: shell
65+
- type: input
66+
id: repository-url
67+
attributes:
68+
label: Repository
69+
description: If applicable, please provide the repository where the bug occurred.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://github.com/stefanzweifel/git-auto-commit-action/discussions/new?category=help
55
about: If you can't get something to work the way you expect, open a question in our discussion forums.
66
- name: Feature Request
7-
url: https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas
7+
url: https://github.com/stefanzweifel/git-auto-commit-action/discussions/new?category=ideas
88
about: 'Suggest any ideas you have using our discussion forums.'

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
- 'changelog:changed'
1313
- title: Deprecated
1414
labels:
15-
- 'changelog:deprecated '
15+
- 'changelog:deprecated'
1616
- title: Removed
1717
labels:
1818
- 'changelog:removed'

.github/workflows/git-auto-commit.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ jobs:
1010
git-auto-commit:
1111
runs-on: ubuntu-latest
1212

13+
permissions:
14+
# Give the default GITHUB_TOKEN write permission.
15+
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
16+
contents: write
17+
1318
steps:
14-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
20+
with:
21+
ref: ${{ github.head_ref }}
1522

1623
- name: Use git-auto-commit-action
1724
id: "auto-commit-action"

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- name: Checkout Code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Lint Code Base
15-
uses: github/super-linter@v4
15+
uses: github/super-linter@v7
1616
env:
1717
VALIDATE_ALL_CODEBASE: false
1818
VALIDATE_MARKDOWN: false

.github/workflows/release-drafter.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ on:
88
jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
11+
12+
permissions:
13+
# Give the default GITHUB_TOKEN write permission.
14+
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
15+
contents: write
16+
1117
steps:
12-
- uses: release-drafter/release-drafter@v5
18+
- uses: release-drafter/release-drafter@v6
1319
env:
1420
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Install testing dependencies
1717
run: yarn install

.github/workflows/update-changelog.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ jobs:
88
update:
99
runs-on: ubuntu-latest
1010

11+
permissions:
12+
# Give the default GITHUB_TOKEN write permission to commit and push the
13+
# updated CHANGELOG back to the repository.
14+
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
15+
contents: write
16+
1117
steps:
1218
- name: Checkout code
13-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
1420
with:
1521
ref: master
1622

@@ -21,7 +27,7 @@ jobs:
2127
latest-version: ${{ github.event.release.name }}
2228

2329
- name: Commit updated CHANGELOG
24-
uses: stefanzweifel/git-auto-commit-action@v4
30+
uses: stefanzweifel/git-auto-commit-action@v5
2531
with:
2632
branch: master
2733
commit_message: Update CHANGELOG

.github/workflows/versioning.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
jobs:
88
actions-tagger:
99
runs-on: windows-latest
10+
11+
permissions:
12+
# Give the default GITHUB_TOKEN write permission.
13+
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
14+
contents: write
15+
1016
steps:
1117
- uses: Actions-R-Us/actions-tagger@latest
1218
env:

CHANGELOG.md

Lines changed: 87 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,96 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.16.0...HEAD)
8+
## [Unreleased](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6.0.1...HEAD)
99

1010
> TBD
1111
12+
## [v6.0.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6.0.0...v6.0.1) - 2025-06-11
13+
14+
### Fixed
15+
16+
- Disable Check if Repo is in Detached State ([#379](https://github.com/stefanzweifel/git-auto-commit-action/pull/379)) [@stefanzweifel](https://github.com/@stefanzweifel)
17+
18+
## [v6.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.2.0...v6.0.0) - 2025-06-10
19+
20+
### Added
21+
22+
- Throw error early if repository is in a detached state ([#357](https://github.com/stefanzweifel/git-auto-commit-action/pull/357))
23+
24+
### Fixed
25+
26+
- Fix PAT instructions with Dependabot ([#376](https://github.com/stefanzweifel/git-auto-commit-action/pull/376)) [@Dreamsorcerer](https://github.com/@Dreamsorcerer)
27+
28+
### Removed
29+
30+
- Remove support for `create_branch`, `skip_checkout`, `skip_Fetch` ([#314](https://github.com/stefanzweifel/git-auto-commit-action/pull/314))
31+
32+
## [v5.2.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.1.0...v5.2.0) - 2025-04-19
33+
34+
### Added
35+
36+
- Add `create_git_tag_only` option to skip commiting and always create a git-tag. ([#364](https://github.com/stefanzweifel/git-auto-commit-action/pull/364)) [@zMynxx](https://github.com/@zMynxx)
37+
- Add Test for `create_git_tag_only` feature ([#367](https://github.com/stefanzweifel/git-auto-commit-action/pull/367)) [@stefanzweifel](https://github.com/@stefanzweifel)
38+
39+
### Fixed
40+
41+
- docs: Update README.md per #354 ([#361](https://github.com/stefanzweifel/git-auto-commit-action/pull/361)) [@rasa](https://github.com/@rasa)
42+
43+
## [v5.1.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.0.1...v5.1.0) - 2025-01-11
44+
45+
### Changed
46+
47+
- Include `github.actor_id` in default `commit_author` ([#354](https://github.com/stefanzweifel/git-auto-commit-action/pull/354)) [@parkerbxyz](https://github.com/@parkerbxyz)
48+
49+
### Fixed
50+
51+
- docs(README): fix broken protected branch docs link ([#346](https://github.com/stefanzweifel/git-auto-commit-action/pull/346)) [@scarf005](https://github.com/@scarf005)
52+
- Update README.md ([#343](https://github.com/stefanzweifel/git-auto-commit-action/pull/343)) [@Kludex](https://github.com/@Kludex)
53+
54+
### Dependency Updates
55+
56+
- Bump bats from 1.11.0 to 1.11.1 ([#353](https://github.com/stefanzweifel/git-auto-commit-action/pull/353)) [@dependabot](https://github.com/@dependabot)
57+
- Bump github/super-linter from 6 to 7 ([#342](https://github.com/stefanzweifel/git-auto-commit-action/pull/342)) [@dependabot](https://github.com/@dependabot)
58+
- Bump github/super-linter from 5 to 6 ([#335](https://github.com/stefanzweifel/git-auto-commit-action/pull/335)) [@dependabot](https://github.com/@dependabot)
59+
60+
## [v5.0.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.0.0...v5.0.1) - 2024-04-12
61+
62+
### Fixed
63+
64+
- Fail if attempting to execute git commands in a directory that is not a git-repo. ([#326](https://github.com/stefanzweifel/git-auto-commit-action/pull/326)) [@ccomendant](https://github.com/@ccomendant)
65+
66+
### Dependency Updates
67+
68+
- Bump bats from 1.10.0 to 1.11.0 ([#325](https://github.com/stefanzweifel/git-auto-commit-action/pull/325)) [@dependabot](https://github.com/@dependabot)
69+
- Bump release-drafter/release-drafter from 5 to 6 ([#319](https://github.com/stefanzweifel/git-auto-commit-action/pull/319)) [@dependabot](https://github.com/@dependabot)
70+
71+
### Misc
72+
73+
- Clarify `commit_author` input option ([#315](https://github.com/stefanzweifel/git-auto-commit-action/pull/315)) [@npanuhin](https://github.com/@npanuhin)
74+
- Add step id explanation for output in README.md ([#324](https://github.com/stefanzweifel/git-auto-commit-action/pull/324)) [@ChristianVermeulen](https://github.com/@ChristianVermeulen)
75+
- Linux is not UNIX ([#321](https://github.com/stefanzweifel/git-auto-commit-action/pull/321)) [@couling](https://github.com/@couling)
76+
77+
## [v5.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.16.0...v5.0.0) - 2023-10-06
78+
79+
New major release that bumps the default runtime to Node 20. There are no other breaking changes.
80+
81+
### Changed
82+
83+
- Update node version to node20 ([#300](https://github.com/stefanzweifel/git-auto-commit-action/pull/300)) [@ryudaitakai](https://github.com/@ryudaitakai)
84+
- Add _log and _set_github_output functions ([#273](https://github.com/stefanzweifel/git-auto-commit-action/pull/273)) [@stefanzweifel](https://github.com/@stefanzweifel)
85+
86+
### Fixed
87+
88+
- Seems like there is an extra space ([#288](https://github.com/stefanzweifel/git-auto-commit-action/pull/288)) [@pedroamador](https://github.com/@pedroamador)
89+
- Fix git-auto-commit.yml ([#277](https://github.com/stefanzweifel/git-auto-commit-action/pull/277)) [@zcong1993](https://github.com/@zcong1993)
90+
91+
### Dependency Updates
92+
93+
- Bump actions/checkout from 3 to 4 ([#302](https://github.com/stefanzweifel/git-auto-commit-action/pull/302)) [@dependabot](https://github.com/@dependabot)
94+
- Bump bats from 1.9.0 to 1.10.0 ([#293](https://github.com/stefanzweifel/git-auto-commit-action/pull/293)) [@dependabot](https://github.com/@dependabot)
95+
- Bump github/super-linter from 4 to 5 ([#289](https://github.com/stefanzweifel/git-auto-commit-action/pull/289)) [@dependabot](https://github.com/@dependabot)
96+
- Bump bats from 1.8.2 to 1.9.0 ([#282](https://github.com/stefanzweifel/git-auto-commit-action/pull/282)) [@dependabot](https://github.com/@dependabot)
97+
1298
## [v4.16.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.4...v4.16.0) - 2022-12-02
1399

14100
### Changed

0 commit comments

Comments
 (0)