From 5a720a6110529334022b8817984ea5b9674eb8a1 Mon Sep 17 00:00:00 2001 From: Bhuvan Somisetty Date: Thu, 16 Apr 2026 22:32:53 +0530 Subject: [PATCH] chore: rename release workflows Signed-off-by: Bhuvan Somisetty --- ...release-pr-coderabbit-gate.js => release-coderabbit-gate.js} | 0 ...lease-pr-coderabbit-gate.yml => release-coderabbit-gate.yml} | 2 +- .github/workflows/{publish.yml => release-publish.yml} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename .github/scripts/{release-pr-coderabbit-gate.js => release-coderabbit-gate.js} (100%) rename .github/workflows/{release-pr-coderabbit-gate.yml => release-coderabbit-gate.yml} (93%) rename .github/workflows/{publish.yml => release-publish.yml} (100%) diff --git a/.github/scripts/release-pr-coderabbit-gate.js b/.github/scripts/release-coderabbit-gate.js similarity index 100% rename from .github/scripts/release-pr-coderabbit-gate.js rename to .github/scripts/release-coderabbit-gate.js diff --git a/.github/workflows/release-pr-coderabbit-gate.yml b/.github/workflows/release-coderabbit-gate.yml similarity index 93% rename from .github/workflows/release-pr-coderabbit-gate.yml rename to .github/workflows/release-coderabbit-gate.yml index f02764d62..dc0d71628 100644 --- a/.github/workflows/release-pr-coderabbit-gate.yml +++ b/.github/workflows/release-coderabbit-gate.yml @@ -38,5 +38,5 @@ jobs: uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0 with: script: | - const script = require('./.github/scripts/release-pr-coderabbit-gate.js'); + const script = require('./.github/scripts/release-coderabbit-gate.js'); await script({ github, context}); diff --git a/.github/workflows/publish.yml b/.github/workflows/release-publish.yml similarity index 100% rename from .github/workflows/publish.yml rename to .github/workflows/release-publish.yml