whisper-money/.github/workflows
Víctor Falcón dfd8bf8092 fix: Use workflow_run trigger for automerge (#89)
## Summary
- Fixes the automerge workflow that was merging PRs immediately without
waiting for CI
- Replaces `gh pr merge --auto` (requires branch protection) with a
`workflow_run` trigger that fires after CI completes
- When CI passes on a PR with the "Automerge" label, the PR is
squash-merged automatically

## Test plan
- [x] Merge this PR manually to get the workflow on `main`
- [x] Create a test PR, add the "Automerge" label, and verify it only
merges after CI passes
2026-02-01 11:33:10 +01:00
..
automerge.yml fix: Use workflow_run trigger for automerge (#89) 2026-02-01 11:33:10 +01:00
ci.yml Add production Docker setup for easy self-hosting with the CI-built image (#42) 2025-12-30 07:22:19 +01:00