Unverified Commit 1dd97851 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents 53203bd2 55b04645
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ on:
      - release-*
      - staging-*
      - haskell-updates
      - python-updates

permissions: {}

+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -6,4 +6,3 @@ staging
release-*
staging-*
haskell-updates
python-updates
+0 −1
Original line number Diff line number Diff line
@@ -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'],
}