From fa75c5142473d658e7c4f12f5abaf4e25e18b80d Mon Sep 17 00:00:00 2001 From: Eduard Carrerars Date: Tue, 22 Nov 2022 17:37:47 +0100 Subject: [PATCH] Fixes #122 --- apply_pr/fabfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apply_pr/fabfile.py b/apply_pr/fabfile.py index 0e3c30a..7f1caed 100644 --- a/apply_pr/fabfile.py +++ b/apply_pr/fabfile.py @@ -507,6 +507,7 @@ def mark_to_deploy( 'environment': host, 'description': host, 'required_contexts': [], + 'auto_inactive': False, 'payload': { 'host': host }