From 51aa38ac696f2936e7eaf09ab72af6224a3da691 Mon Sep 17 00:00:00 2001 From: John McBride Date: Tue, 12 May 2026 17:21:43 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Adds=20RFD=20tag=20for=20gi?= =?UTF-8?q?thub=20contrib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John McBride --- ghcontrib/README.md | 1 + ghcontrib/pr.go | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ghcontrib/README.md b/ghcontrib/README.md index 43ceb87..89f3e5d 100644 --- a/ghcontrib/README.md +++ b/ghcontrib/README.md @@ -10,6 +10,7 @@ Currently includes checks for: - `♻️ refactor: ` — refactors - `🎨 design: ` — design and UX updates - `📚 docs: ` — documentation updates + - `✏️ RFD: ` — requests for discussion - Linear magic-word references in the PR title or body, e.g. `fixes PCC-123` or `related to DES-456`. Must include a supported Paper Compute Co. Linear team. diff --git a/ghcontrib/pr.go b/ghcontrib/pr.go index 6398055..2d55658 100644 --- a/ghcontrib/pr.go +++ b/ghcontrib/pr.go @@ -17,6 +17,7 @@ var validPRPrefixes = []string{ "♻️ refactor: ", "🎨 design: ", "📚 docs: ", + "✏️ RFD: ", // Colon based emoji derivatives ":sparkles: feat: ", @@ -25,6 +26,7 @@ var validPRPrefixes = []string{ ":recycle: refactor: ", ":art: design: ", ":books: docs: ", + ":pencil2: RFD: ", } // Linear's magic words compiled from: