From 02d2c8851053251b88f0a5dc92b99c47aa1a6f9d Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Tue, 12 May 2026 16:45:53 +0200 Subject: [PATCH] refactor(ci): update check-semantic-pr reference to common- prefix check-semantic-pr.yml was renamed to common-check-semantic-pr.yml in reqstool/.github as part of the workflow directory flatten refactor. Signed-off-by: Jimisola Laursen --- .github/workflows/check-semantic-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-semantic-pr.yml b/.github/workflows/check-semantic-pr.yml index ea63dfa..57142ac 100644 --- a/.github/workflows/check-semantic-pr.yml +++ b/.github/workflows/check-semantic-pr.yml @@ -10,4 +10,4 @@ permissions: jobs: check: - uses: reqstool/.github/.github/workflows/check-semantic-pr.yml@e1d67194373e4da7ccfdf400f46201f18ca14f23 # main 2026-03-07 + uses: reqstool/.github/.github/workflows/common-check-semantic-pr.yml@e1d67194373e4da7ccfdf400f46201f18ca14f23 # main 2026-03-07