From aca2125afbc5e0aaae9f04ee64f43d77594e7224 Mon Sep 17 00:00:00 2001
From: Morgan Adamiec <morgan@parity.io>
Date: Thu, 16 Jan 2025 22:47:11 +0100
Subject: [PATCH] Fixup prdocs

---
 prdoc/pr_6604.prdoc | 207 ++++++++++++++++++++++----------------------
 prdoc/pr_7013.prdoc |   8 +-
 prdoc/pr_7050.prdoc |  14 +--
 prdoc/pr_7089.prdoc |   4 +-
 prdoc/pr_7116.prdoc |  11 +--
 prdoc/pr_7158.prdoc |   4 +-
 6 files changed, 125 insertions(+), 123 deletions(-)

diff --git a/prdoc/pr_6604.prdoc b/prdoc/pr_6604.prdoc
index dc198287ff6..23de9d005a3 100644
--- a/prdoc/pr_6604.prdoc
+++ b/prdoc/pr_6604.prdoc
@@ -1,106 +1,107 @@
 title: 'dmp: Check that the para exist before delivering a message'
 doc:
-- audience: Runtime Dev
-  description: |
-    Ensure that a para exists before trying to deliver a message to it. 
-    Besides that `ensure_successful_delivery` function is added to `SendXcm`. This function
-    should be used by benchmarks to ensure that the delivery of a Xcm will work in the benchmark.
+  - audience: Runtime Dev
+    description: |
+      Ensure that a para exists before trying to deliver a message to it. 
+      Besides that `ensure_successful_delivery` function is added to `SendXcm`. This function
+      should be used by benchmarks to ensure that the delivery of a Xcm will work in the benchmark.
+
 crates:
-- name: polkadot-runtime-parachains
-  bump: major
-- name: polkadot-runtime-common
-  bump: major
-- name: polkadot-parachain-primitives
-  bump: major
-- name: rococo-runtime
-  bump: major
-- name: westend-runtime
-  bump: major
-- name: pallet-xcm-benchmarks
-  bump: major
-- name: pallet-xcm
-  bump: major
-- name: cumulus-pallet-parachain-system
-  bump: major
-- name: staging-xcm
-  bump: major
-- name: staging-xcm-builder
-  bump: major
-- name: bridge-runtime-common
-  bump: major
-- name: pallet-xcm-bridge-hub-router
-  bump: major
-- name: pallet-xcm-bridge-hub
-  bump: major
-- name: snowbridge-pallet-inbound-queue
-  bump: major
-- name: snowbridge-pallet-system
-  bump: major
-- name: snowbridge-core
-  bump: major
-- name: snowbridge-router-primitives
-  bump: major
-- name: snowbridge-runtime-common
-  bump: major
-- name: snowbridge-runtime-test-common
-  bump: major
-- name: cumulus-pallet-dmp-queue
-  bump: major
-- name: cumulus-pallet-xcmp-queue
-  bump: major
-- name: parachains-common
-  bump: major
-- name: asset-hub-rococo-runtime
-  bump: major
-- name: asset-hub-westend-runtime
-  bump: major
-- name: assets-common
-  bump: major
-- name: bridge-hub-rococo-runtime
-  bump: major
-- name: bridge-hub-westend-runtime
-  bump: major
-- name: bridge-hub-common
-  bump: major
-- name: collectives-westend-runtime
-  bump: major
-- name: contracts-rococo-runtime
-  bump: major
-- name: coretime-rococo-runtime
-  bump: major
-- name: coretime-westend-runtime
-  bump: major
-- name: glutton-westend-runtime
-  bump: major
-- name: people-rococo-runtime
-  bump: major
-- name: people-westend-runtime
-  bump: major
-- name: penpal-runtime
-  bump: major
-- name: rococo-parachain-runtime
-  bump: major
-- name: polkadot-parachain-bin
-  bump: major
-- name: cumulus-primitives-core
-  bump: major
-- name: cumulus-primitives-utility
-  bump: major
-- name: polkadot-service
-  bump: major
-- name: staging-xcm-executor
-  bump: major
-- name: xcm-runtime-apis
-  bump: major
-- name: xcm-simulator-example
-  bump: major
-- name: pallet-contracts
-  bump: major
-- name: pallet-contracts-mock-network
-  bump: major
-- name: pallet-revive
-  bump: major
-- name: pallet-revive-mock-network
-  bump: major
-- name: polkadot-sdk
-  bump: major
+  - name: polkadot-runtime-parachains
+    bump: major
+  - name: polkadot-runtime-common
+    bump: major
+  - name: polkadot-parachain-primitives
+    bump: major
+  - name: rococo-runtime
+    bump: major
+  - name: westend-runtime
+    bump: major
+  - name: pallet-xcm-benchmarks
+    bump: major
+  - name: pallet-xcm
+    bump: major
+  - name: cumulus-pallet-parachain-system
+    bump: major
+  - name: staging-xcm
+    bump: major
+  - name: staging-xcm-builder
+    bump: major
+  - name: bridge-runtime-common
+    bump: major
+  - name: pallet-xcm-bridge-hub-router
+    bump: major
+  - name: pallet-xcm-bridge-hub
+    bump: major
+  - name: snowbridge-pallet-inbound-queue
+    bump: major
+  - name: snowbridge-pallet-system
+    bump: major
+  - name: snowbridge-core
+    bump: major
+  - name: snowbridge-router-primitives
+    bump: major
+  - name: snowbridge-runtime-common
+    bump: major
+  - name: snowbridge-runtime-test-common
+    bump: major
+  - name: cumulus-pallet-dmp-queue
+    bump: major
+  - name: cumulus-pallet-xcmp-queue
+    bump: major
+  - name: parachains-common
+    bump: major
+  - name: asset-hub-rococo-runtime
+    bump: major
+  - name: asset-hub-westend-runtime
+    bump: major
+  - name: assets-common
+    bump: major
+  - name: bridge-hub-rococo-runtime
+    bump: major
+  - name: bridge-hub-westend-runtime
+    bump: major
+  - name: bridge-hub-common
+    bump: major
+  - name: collectives-westend-runtime
+    bump: major
+  - name: contracts-rococo-runtime
+    bump: major
+  - name: coretime-rococo-runtime
+    bump: major
+  - name: coretime-westend-runtime
+    bump: major
+  - name: glutton-westend-runtime
+    bump: major
+  - name: people-rococo-runtime
+    bump: major
+  - name: people-westend-runtime
+    bump: major
+  - name: penpal-runtime
+    bump: major
+  - name: rococo-parachain-runtime
+    bump: major
+  - name: polkadot-parachain-bin
+    bump: major
+  - name: cumulus-primitives-core
+    bump: major
+  - name: cumulus-primitives-utility
+    bump: major
+  - name: polkadot-service
+    bump: major
+  - name: staging-xcm-executor
+    bump: major
+  - name: xcm-runtime-apis
+    bump: major
+  - name: xcm-simulator-example
+    bump: major
+  - name: pallet-contracts
+    bump: major
+  - name: pallet-contracts-mock-network
+    bump: major
+  - name: pallet-revive
+    bump: major
+  - name: pallet-revive-mock-network
+    bump: major
+  - name: polkadot-sdk
+    bump: major
diff --git a/prdoc/pr_7013.prdoc b/prdoc/pr_7013.prdoc
index 138fa7f2310..5e8290043fa 100644
--- a/prdoc/pr_7013.prdoc
+++ b/prdoc/pr_7013.prdoc
@@ -1,7 +1,7 @@
 title: 'pallet-bounties: Fix benchmarks for 0 ED'
 doc:
-- audience: Runtime Dev
-  description: 'Closes: https://github.com/paritytech/polkadot-sdk/issues/7009'
+  - audience: Runtime Dev
+    description: 'Closes: https://github.com/paritytech/polkadot-sdk/issues/7009'
 crates:
-- name: pallet-bounties
-  bump: patch
+  - name: pallet-bounties
+    bump: patch
diff --git a/prdoc/pr_7050.prdoc b/prdoc/pr_7050.prdoc
index da9dd808033..213a5ae1bf2 100644
--- a/prdoc/pr_7050.prdoc
+++ b/prdoc/pr_7050.prdoc
@@ -1,11 +1,11 @@
 title: Avoid incomplete block import pipeline with full verifying import queue
 doc:
-- audience: Node Dev
-  description: |-
-    When warp syncing a node using the equivocation checking verifier, we now properly set the fork_choice rule.
-    Affected are mostly nodes that are derived from the parachain template. Omni-node is not affected.
+  - audience: Node Dev
+    description: |-
+      When warp syncing a node using the equivocation checking verifier, we now properly set the fork_choice rule.
+      Affected are mostly nodes that are derived from the parachain template. Omni-node is not affected.
+      The prevents the error `ClientImport("Incomplete block import pipeline.")` after state sync.
 
-    The prevents the error `ClientImport("Incomplete block import pipeline.")` after state sync.
 crates:
-- name: cumulus-client-consensus-aura
-  bump: patch
+  - name: cumulus-client-consensus-aura
+    bump: patch
diff --git a/prdoc/pr_7089.prdoc b/prdoc/pr_7089.prdoc
index 5e5e92657de..23cb5f5689d 100644
--- a/prdoc/pr_7089.prdoc
+++ b/prdoc/pr_7089.prdoc
@@ -1,11 +1,11 @@
 # Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
 # See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
 
-title: [stable2409] Backport Snowbridge - Support bridging native ETH
+title: '[stable2409] Backport Snowbridge - Support bridging native ETH'
 
 doc:
   - audience: Runtime User
-    description: 
+    description: |
       Support Native ETH as an asset type instead of only supporting WETH. WETH is still supported, but adds
       support for ETH in the inbound and outbound routers.
 
diff --git a/prdoc/pr_7116.prdoc b/prdoc/pr_7116.prdoc
index 95a5254778a..8e6bbd3da7e 100644
--- a/prdoc/pr_7116.prdoc
+++ b/prdoc/pr_7116.prdoc
@@ -1,8 +1,9 @@
 title: Increase the number of pvf execution workers from 2 to 4
 doc:
-- audience: Node Dev
-  description: |-
-    Increase the number of pvf execution workers from 2 to 4.
+  - audience: Node Dev
+    description: |-
+      Increase the number of pvf execution workers from 2 to 4.
+
 crates:
-- name: polkadot-service
-  bump: patch
+  - name: polkadot-service
+    bump: patch
diff --git a/prdoc/pr_7158.prdoc b/prdoc/pr_7158.prdoc
index e113a7fdcd1..3eb63e92a12 100644
--- a/prdoc/pr_7158.prdoc
+++ b/prdoc/pr_7158.prdoc
@@ -8,5 +8,5 @@ doc:
       While at it, have registered a new inbound failure metric to have visibility into this.
 
 crates:
-- name: sc-network
-  bump: patch
+  - name: sc-network
+    bump: patch
-- 
GitLab