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

authored by philiptaron.tngl.sh and committed by GitHub 1dd97851 53203bd2

+1 -4
-1
.github/workflows/push.yml
··· 13 - release-* 14 - staging-* 15 - haskell-updates 16 - - python-updates 17 18 permissions: {} 19
··· 13 - release-* 14 - staging-* 15 - haskell-updates 16 17 permissions: {} 18
+1 -1
ci/README.md
··· 36 - Pull Requests required. 37 - Long-lived, no deletion, no force push. 38 - **Secondary development** branches 39 - - `staging-` prefix, `haskell-updates` and `python-updates` 40 - Pull Requests normally required, except when merging development branches into each other. 41 - Long-lived, no deletion, no force push. 42 - **Work-In-Progress** branches
··· 36 - Pull Requests required. 37 - Long-lived, no deletion, no force push. 38 - **Secondary development** branches 39 + - `staging-` prefix and `haskell-updates` 40 - Pull Requests normally required, except when merging development branches into each other. 41 - Long-lived, no deletion, no force push. 42 - **Work-In-Progress** branches
-1
ci/request-reviews/dev-branches.txt
··· 6 release-* 7 staging-* 8 haskell-updates 9 - python-updates
··· 6 release-* 7 staging-* 8 haskell-updates
-1
ci/supportedBranches.js
··· 9 staging: ['development', 'secondary'], 10 'staging-next': ['development', 'secondary'], 11 'haskell-updates': ['development', 'secondary'], 12 - 'python-updates': ['development', 'secondary'], 13 nixos: ['channel'], 14 nixpkgs: ['channel'], 15 }
··· 9 staging: ['development', 'secondary'], 10 'staging-next': ['development', 'secondary'], 11 'haskell-updates': ['development', 'secondary'], 12 nixos: ['channel'], 13 nixpkgs: ['channel'], 14 }