ci: remove python-updates from development branches (#435911)

This commit is contained in:
Philip Taron
2025-08-22 08:44:40 -07:00
committed by GitHub
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -13,7 +13,6 @@ on:
- release-*
- staging-*
- haskell-updates
- python-updates
permissions: {}
+1 -1
View File
@@ -36,7 +36,7 @@ For the purposes of CI, branches in the NixOS/nixpkgs repository are classified
- Pull Requests required.
- Long-lived, no deletion, no force push.
- **Secondary development** branches
- `staging-` prefix, `haskell-updates` and `python-updates`
- `staging-` prefix and `haskell-updates`
- Pull Requests normally required, except when merging development branches into each other.
- Long-lived, no deletion, no force push.
- **Work-In-Progress** branches
-1
View File
@@ -6,4 +6,3 @@ staging
release-*
staging-*
haskell-updates
python-updates
-1
View File
@@ -9,7 +9,6 @@ const typeConfig = {
staging: ['development', 'secondary'],
'staging-next': ['development', 'secondary'],
'haskell-updates': ['development', 'secondary'],
'python-updates': ['development', 'secondary'],
nixos: ['channel'],
nixpkgs: ['channel'],
}