From f3657daea791a3816df4d4afcdb21622f83bfedf Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 16 Jul 2026 15:21:00 +0300 Subject: ci: T9096: point CLA check at vyos-cla-signatures@production MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The vyos-cla-signatures repo's default branch was renamed from current to production; the frozen current compat alias is being retired. Point the reusable-workflow ref at the live branch. 🤖 Generated by [robots](https://vyos.io) --- .github/workflows/cla-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index da3e6ef..fa96d19 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -11,5 +11,5 @@ on: types: [created] jobs: call-cla-assistant: - uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current + uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@production secrets: inherit -- cgit v1.2.3