Loading .github/workflows/push.yml +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ on: - release-* - staging-* - haskell-updates - python-updates permissions: {} Loading ci/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading ci/request-reviews/dev-branches.txt +0 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,3 @@ staging release-* staging-* haskell-updates python-updates ci/supportedBranches.js +0 −1 Original line number Diff line number Diff line Loading @@ -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'], } Loading Loading
.github/workflows/push.yml +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ on: - release-* - staging-* - haskell-updates - python-updates permissions: {} Loading
ci/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
ci/request-reviews/dev-branches.txt +0 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,3 @@ staging release-* staging-* haskell-updates python-updates
ci/supportedBranches.js +0 −1 Original line number Diff line number Diff line Loading @@ -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'], } Loading