Skip to content

Fix #11817 - (test) to improve backport actions#11834

Merged
offtherailz merged 5 commits intogeosolutions-it:masterfrom
offtherailz:attempt_backport_improvemnts
Dec 19, 2025
Merged

Fix #11817 - (test) to improve backport actions#11834
offtherailz merged 5 commits intogeosolutions-it:masterfrom
offtherailz:attempt_backport_improvemnts

Conversation

@offtherailz
Copy link
Copy Markdown
Member

@offtherailz offtherailz commented Dec 18, 2025

Description

This PR tries to solve the problems in #11817

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

What is the current behavior?

#

What is the new behavior?

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

@offtherailz offtherailz added this to the 2025.02.01 milestone Dec 18, 2025
@offtherailz offtherailz linked an issue Dec 18, 2025 that may be closed by this pull request
2 tasks
@offtherailz offtherailz marked this pull request as draft December 18, 2025 16:30
@offtherailz offtherailz marked this pull request as ready for review December 18, 2025 16:33
@offtherailz offtherailz enabled auto-merge (squash) December 19, 2025 10:14
@offtherailz offtherailz merged commit 4290bda into geosolutions-it:master Dec 19, 2025
17 checks passed
@offtherailz
Copy link
Copy Markdown
Member Author

Created backport PR for 2025.02.xx:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-11834-to-2025.02.xx
git worktree add --checkout .worktree/backport-11834-to-2025.02.xx backport-11834-to-2025.02.xx
cd .worktree/backport-11834-to-2025.02.xx
git reset --hard HEAD^
git cherry-pick -x 4290bda459099f0524c0efc07de7197f52b4344b
git push --force-with-lease

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve backport workflow

3 participants