From 7f70e79621da4b3cea2272f627a6bb0ddd37eb9b 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:58 +0000 Subject: [PATCH] ci: Add 'prompts' to allowed semantic PR title types Co-Authored-By: AJ Steers --- .github/workflows/release_drafter.yml | 1 + .github/workflows/semantic_pr_check.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index 25703f24d..b9d4fe874 100644 --- a/.github/workflows/release_drafter.yml +++ b/.github/workflows/release_drafter.yml @@ -79,5 +79,6 @@ jobs: - 'test' - 'perf' - 'docs' + - 'prompts' collapse-after: 3 display-order: 999 diff --git a/.github/workflows/semantic_pr_check.yml b/.github/workflows/semantic_pr_check.yml index 44eaa6082..83adf9e1c 100644 --- a/.github/workflows/semantic_pr_check.yml +++ b/.github/workflows/semantic_pr_check.yml @@ -42,6 +42,8 @@ jobs: Build test Test + prompts + Prompts # # We don't use scopes as of now # scopes: |