Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 #7916

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/schedule-daily-1100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:


- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v5.0.1
uses: stefanzweifel/git-auto-commit-action@v5.1.0
with:
# Optional glob pattern of files which should be added to the commit
file_pattern: _data/external/github-data.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v5.0.1
uses: stefanzweifel/git-auto-commit-action@v5.1.0
with:
# Glob pattern of file which should be added to the commit
file_pattern: github-actions/utils/_data/inactive-members.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-label-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: git pull

- name: Commit changes to JSON Label Directory
uses: stefanzweifel/git-auto-commit-action@v5.0.1
uses: stefanzweifel/git-auto-commit-action@v5.1.0
with:
# Glob pattern of file to commit, and opt. commit message + author
file_pattern: github-actions/utils/_data/label-directory.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vrms-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Save vrms_data.json
run: curl --retry 7 --fail -o _data/external/vrms_data.json https://www.vrms.io/api/recurringevents

- uses: stefanzweifel/git-auto-commit-action@v5.0.1
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
with:
# Optional glob pattern of files which should be added to the commit
file_pattern: _data/external/vrms_data.json
Expand Down
Loading