feature branches i think

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-20 13:21:21 -04:00 committed by Alice Huston
parent 053103b5a5
commit f47e58a89b

View File

@ -4,7 +4,7 @@
"description": "system flake", "description": "system flake",
"nixexprinput": "nixexpr", "nixexprinput": "nixexpr",
"nixexprpath": ".hydra/jobsets.nix", "nixexprpath": ".hydra/jobsets.nix",
"checkinterval": 3600, "checkinterval": 20,
"schedulingshares": 100, "schedulingshares": 100,
"enableemail": false, "enableemail": false,
"emailoverride": "", "emailoverride": "",
@ -25,6 +25,16 @@
"type": "githubpulls", "type": "githubpulls",
"value": "ahuston-0 nix-dotfiles-hydra", "value": "ahuston-0 nix-dotfiles-hydra",
"emailresponsible": false "emailresponsible": false
},
"feature-branches": {
"type": "github_refs",
"value": "ahuston-0 nix-dotfiles-hydra heads - feature",
"emailresponsible": false
},
"flake-update-branches": {
"type": "github_refs",
"value": "ahuston-0 nix-dotfiles-hydra heads - update_flake_lock_action",
"emailresponsible": false
} }
} }
} }