whisper-money/.github/workflows
Víctor Falcón 3d0fd9cc70
ci: remove automerge label workflow in favor of GitHub native auto-merge (#544)
## Summary

Removes the custom `automerge.yml` workflow and its `automerge` label
flow. GitHub now provides native auto-merge that merges a PR
automatically once required CI checks pass, making the custom workflow
redundant.

## Changes

- Delete `.github/workflows/automerge.yml`

## Follow-up (manual, outside this PR)

- Enable **Settings → General → Allow auto-merge**.
- Add a branch protection rule requiring the CI check so native
auto-merge waits for it.
- Remove the now-unused `MERGE_TOKEN` secret if nothing else uses it.
- Use **Enable auto-merge** per PR (or `gh pr merge --auto --squash`).
2026-06-16 13:49:20 +00:00
..
ci.yml ci: deploy webhook 3 attempts with 10/20 min backoff (#489) 2026-06-04 14:14:22 +02:00
pr-title.yml ci: enforce conventional PR titles (#415) 2026-05-22 08:02:23 +01:00
release.yml ci: add manual release workflow (#334) 2026-04-26 08:44:26 +01:00