From b50395cf05eb601e9568b8f65244d6f0b3fd4792 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:24:32 -0400 Subject: [PATCH] Add autoIssue settings for product design rituals (#34595) --- handbook/product-design/product-design.rituals.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/handbook/product-design/product-design.rituals.yml b/handbook/product-design/product-design.rituals.yml index 0e69c61b7d..8840176a7a 100644 --- a/handbook/product-design/product-design.rituals.yml +++ b/handbook/product-design/product-design.rituals.yml @@ -113,6 +113,9 @@ description: "After sprint kickoff: 1. Check for API design PRs on estimated stories that were not brought into the sprint, then @-mention the product designer to request documentation changes be reverted. 2. Check for unmerged API design PRs on the release docs branch (filter: is:pr is:open base:docs-vX.X.X). For stories that made it into the sprint, merge the PR. For stories that did not make it in, close the PR and @-mention the author." moreInfoUrl: "" dri: "rachaelshaw" + autoIssue: + labels: [ ":product" ] + repo: "fleet" - task: "Create release documentation PR" startedOn: "2025-10-31" @@ -120,6 +123,9 @@ description: "1. Close any draft PRs (to auto-generated docs) for released features. 2. Prepare documentation PR to `main`. 3. @-mention release DRI" moreInfoUrl: "" dri: "rachaelshaw" + autoIssue: + labels: [ ":product" ] + repo: "fleet" - task: "Update release documentation branches" startedOn: "2025-10-31" @@ -127,3 +133,6 @@ description: "After a release documentation PR is merged to `main`, merge the latest from `main` into each upcoming release docs branch." moreInfoUrl: "" dri: "rachaelshaw" + autoIssue: + labels: [ ":product" ] + repo: "fleet"