Skip to content

Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0#10630

Merged
DelazJ merged 1 commit intomasterfrom
dependabot/github_actions/stefanzweifel/git-auto-commit-action-7.1.0
Jan 1, 2026
Merged

Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0#10630
DelazJ merged 1 commit intomasterfrom
dependabot/github_actions/stefanzweifel/git-auto-commit-action-7.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0.

Release notes

Sourced from stefanzweifel/git-auto-commit-action's releases.

v7.1.0

Added

Changes

Dependency Updates

Changelog

Sourced from stefanzweifel/git-auto-commit-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

TBD

v7.1.0 - 2025-12-17

Added

Changes

Dependency Updates

v7.0.0 - 2025-10-12

Added

Changed

Dependency Updates

v6.0.1 - 2025-06-11

Fixed

v6.0.0 - 2025-06-10

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](stefanzweifel/git-auto-commit-action@28e16e8...04702ed)

---
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] <support@github.com>
@dependabot dependabot bot added backport release_3.40 On merge create a backported pull request to 3.40 backport release_3.44 On merge create a backported pull request to 3.44 dependencies Pull requests that update a dependency file labels Jan 1, 2026
@DelazJ DelazJ merged commit 58d3d9d into master Jan 1, 2026
11 checks passed
@DelazJ DelazJ deleted the dependabot/github_actions/stefanzweifel/git-auto-commit-action-7.1.0 branch January 1, 2026 13:08
@qgis-bot
Copy link
Copy Markdown
Collaborator

qgis-bot commented Jan 1, 2026

The backport to release_3.40 failed:

The process '/usr/bin/git' failed with exit code 1
stderr
To https://github.com/qgis/QGIS-Documentation.git
 ! [remote rejected]       backport-10630-to-release_3.40 -> backport-10630-to-release_3.40 (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/pofiles.yml` without `workflow` scope)
error: failed to push some refs to 'https://github.com/qgis/QGIS-Documentation.git'

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release_3.40 release_3.40
# Navigate to the new working tree
cd .worktrees/backport-release_3.40
# Create a new branch
git switch --create backport-10630-to-release_3.40
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 8fbb7263f390cd6df70209c7eecfe5caf76c79f7
# Push it to GitHub
git push --set-upstream origin backport-10630-to-release_3.40
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3.40

Then, create a pull request where the base branch is release_3.40 and the compare/head branch is backport-10630-to-release_3.40.

@qgis-bot
Copy link
Copy Markdown
Collaborator

qgis-bot commented Jan 1, 2026

The backport to release_3.44 failed:

The process '/usr/bin/git' failed with exit code 1
stderr
To https://github.com/qgis/QGIS-Documentation.git
 ! [remote rejected]       backport-10630-to-release_3.44 -> backport-10630-to-release_3.44 (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/pofiles.yml` without `workflow` scope)
error: failed to push some refs to 'https://github.com/qgis/QGIS-Documentation.git'

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release_3.44 release_3.44
# Navigate to the new working tree
cd .worktrees/backport-release_3.44
# Create a new branch
git switch --create backport-10630-to-release_3.44
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 8fbb7263f390cd6df70209c7eecfe5caf76c79f7
# Push it to GitHub
git push --set-upstream origin backport-10630-to-release_3.44
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3.44

Then, create a pull request where the base branch is release_3.44 and the compare/head branch is backport-10630-to-release_3.44.

@DelazJ
Copy link
Copy Markdown
Collaborator

DelazJ commented Jan 1, 2026

Backported in #10622 and #10632

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport release_3.40 On merge create a backported pull request to 3.40 backport release_3.44 On merge create a backported pull request to 3.44 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants