disinto/.woodpecker
johba f918e26cce dev: rebase on target branch before every push (#770) (#775)
Fixes #770

The dev agent was pushing fixes without rebasing. If main moved since the branch was created, the PR becomes unmergeable.

This adds a rebase step before every git push in the dev agent workflow:
- Initial push after implementing
- Push after CI fix
- Push after review feedback

Rebasing ensures PRs stay up-to-date with the target branch and avoids merge conflicts.

Co-authored-by: johba <johba@users.codeberg.org>
Reviewed-on: https://codeberg.org/johba/disinto/pulls/775
Reviewed-by: Disinto_bot <disinto_bot@noreply.codeberg.org>
2026-03-26 21:46:21 +01:00
..
agent-smoke.sh dev: rebase on target branch before every push (#770) (#775) 2026-03-26 21:46:21 +01:00
ci.yml fix: duplicate-detection CI step fails on pre-existing duplicates unrelated to PR (#296) 2026-03-19 22:03:18 +00:00
detect-duplicates.py fix: duplicate-detection CI step fails on pre-existing duplicates unrelated to PR (#296) 2026-03-19 22:03:18 +00:00
smoke-init.yml fix: run Forgejo as git user — refuses to run as root (#668) 2026-03-25 10:19:31 +00:00