From 8c0b2dd5789eebb92ac5e0324dafab866fd58155 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 20:56:59 +0000 Subject: [PATCH] ci: Add 'prompts' to allowed semantic PR title types Co-Authored-By: AJ Steers --- .github/workflows/semantic_pr_check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semantic_pr_check.yml b/.github/workflows/semantic_pr_check.yml index 21276dd3a..7b2d2763a 100644 --- a/.github/workflows/semantic_pr_check.yml +++ b/.github/workflows/semantic_pr_check.yml @@ -39,6 +39,8 @@ jobs: Build tests Tests + prompts + Prompts - name: Check for "do not merge" in PR title if: ${{ github.event.pull_request.draft == false }}