From 516d20414862625a77197613c272c774d5a3ec37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:05:39 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/schedule-daily-1100.yml | 2 +- .github/workflows/schedule-monthly.yml | 2 +- .github/workflows/update-label-directory.yml | 2 +- .github/workflows/vrms-data.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/schedule-daily-1100.yml b/.github/workflows/schedule-daily-1100.yml index 289ac5a074..3bd4c08e89 100644 --- a/.github/workflows/schedule-daily-1100.yml +++ b/.github/workflows/schedule-daily-1100.yml @@ -28,7 +28,7 @@ jobs: - name: Auto Commit - uses: stefanzweifel/git-auto-commit-action@v7.0.0 + uses: stefanzweifel/git-auto-commit-action@v7.1.0 with: # Optional glob pattern of files which should be added to the commit file_pattern: _data/external/github-data.json diff --git a/.github/workflows/schedule-monthly.yml b/.github/workflows/schedule-monthly.yml index 77fbddbcd5..4f3d5dc4d6 100644 --- a/.github/workflows/schedule-monthly.yml +++ b/.github/workflows/schedule-monthly.yml @@ -46,7 +46,7 @@ jobs: # Commits list of inactive members to repo for using in next step, and in one month - name: Update Inactive Members JSON id: update-inactive-members-json - uses: stefanzweifel/git-auto-commit-action@v7.0.0 + uses: stefanzweifel/git-auto-commit-action@v7.1.0 with: # Glob pattern of file which should be added to the commit file_pattern: github-actions/utils/_data/inactive-members.json diff --git a/.github/workflows/update-label-directory.yml b/.github/workflows/update-label-directory.yml index 849b884ba8..6ff7722cb6 100644 --- a/.github/workflows/update-label-directory.yml +++ b/.github/workflows/update-label-directory.yml @@ -51,7 +51,7 @@ jobs: run: git pull - name: Commit changes to JSON Label Directory - uses: stefanzweifel/git-auto-commit-action@v7.0.0 + uses: stefanzweifel/git-auto-commit-action@v7.1.0 with: # Glob pattern of file to commit, and opt. commit message + author file_pattern: github-actions/utils/_data/label-directory.json diff --git a/.github/workflows/vrms-data.yml b/.github/workflows/vrms-data.yml index c3d54a5b0e..222d854417 100644 --- a/.github/workflows/vrms-data.yml +++ b/.github/workflows/vrms-data.yml @@ -24,7 +24,7 @@ jobs: - name: Filter vrms data run: node github-actions/trigger-schedule/vrms-data/filter-vrms-data.js - - uses: stefanzweifel/git-auto-commit-action@v7.0.0 + - uses: stefanzweifel/git-auto-commit-action@v7.1.0 with: # Optional glob pattern of files which should be added to the commit file_pattern: _data/external/vrms_data.json