mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
This is necessary because of the way our dist-git is deployed, the git hook only have a read-only access to the database so they can't reset the cached merge status of the open PRs in the same process so we need to do this via an async process which is basically what this hotfix does. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>