From 9cfbea50e50882e7effe36d1ad9d1c736e1159cd Mon Sep 17 00:00:00 2001 From: ciotlosm Date: Sat, 11 Jul 2026 16:11:54 +0300 Subject: [PATCH] chore(workflows): rename pr-validation.yml to pr-check.yml + bump to v23 Two changes: 1. Rename .github/workflows/pr-validation.yml to .github/workflows/pr-check.yml. The old name is no longer the canonical PR check workflow in n3ary/actions; the new shared wrapper is called pr-check.yml. 2. Update the pr-check call from pr-validation.yml@v22 to pr-check.yml@v23 (the new shared wrapper). Also updates name: to the [] () format ('[check] PR validation (on PR)') for consistency with the rest of the org. No behavior change. --- .github/workflows/{pr-validation.yml => pr-check.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{pr-validation.yml => pr-check.yml} (75%) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-check.yml similarity index 75% rename from .github/workflows/pr-validation.yml rename to .github/workflows/pr-check.yml index c5e11a1..b4e085e 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-check.yml @@ -1,4 +1,4 @@ -name: PR Validation +name: '[check] PR validation (on PR)' on: pull_request: @@ -13,6 +13,6 @@ permissions: jobs: shared: - uses: n3ary/actions/.github/workflows/pr-validation.yml@v22 + uses: n3ary/actions/.github/workflows/pr-check.yml@v23 with: enable-drift-check: false \ No newline at end of file