Block a user
t: migrate OBS database, if needed
AFAIU db:migrate is part of db:prepare , which is executed in the podman-compose.yml .
andriinikitin
pushed to feature/gitea-branch-cleanup at git-workflow/autogits
2026-06-08 12:19:51 +02:00
andriinikitin
created branch feature/gitea-branch-cleanup in git-workflow/autogits
2026-06-08 12:14:02 +02:00
andriinikitin
pushed to feature/gitea-branch-cleanup at git-workflow/autogits
2026-06-08 12:14:02 +02:00
workflow-direct: delete submodule on branch-deletion
So an event for libxml__ should rm libxml++ folder? Should we create another ticket to handle such cases (ideally with an integration test?)?
workflow-direct: delete submodule on branch-deletion
Ideally we can propagate context here and then:
andriinikitin
created branch fix_staging_removal.1 in git-workflow/autogits
2026-06-02 14:59:01 +02:00
use correct remote PR on clone in merged PR processing
Should we handle here specifically a condition where a forked repo was deleted after merge? (Even if it is ok to just rely on panic - maybe we can handle it softer to have better focus on real panics?)
Manual branch deletion workaround for manually-merged PRs
Ah I was probably unclear, the integration tests start failing badly without that check. I probably need to find out exact scenario which is obviously a bug, or maybe that proves that design of…