[Backport release-25.05] ci: remove python-updates from development branches (#435916)

This commit is contained in:
Wolfgang Walther
2025-08-22 15:48:52 +00:00
committed by GitHub
4 changed files with 1 additions and 4 deletions

View File

@@ -13,7 +13,6 @@ on:
- release-*
- staging-*
- haskell-updates
- python-updates
permissions: {}

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

View File

@@ -6,4 +6,3 @@ staging
release-*
staging-*
haskell-updates
python-updates

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'],
}