From 37d0aa1ffdbfb7e71daed49ffbfa221ee816b8ae Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sat, 30 May 2026 18:20:08 +0300 Subject: ci: T8943: migrate branch-name refs current->production (rollout 1c) Tracking: T8943 --- .github/workflows/pr-mirror-repo-sync.yml | 2 +- .github/workflows/pull-request-labels.yml | 2 +- .github/workflows/pull-request-management.yml | 2 +- .github/workflows/pull-request-message-check.yml | 2 +- .github/workflows/unused-imports.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index ce07349..30dab14 100644 --- a/.github/workflows/pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -6,7 +6,7 @@ name: PR Mirror and Repo Sync on: pull_request_target: types: [closed] - branches: [current] + branches: [production] workflow_dispatch: inputs: sync_branch: diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml index 31e1bd9..d7eef8d 100644 --- a/.github/workflows/pull-request-labels.yml +++ b/.github/workflows/pull-request-labels.yml @@ -4,7 +4,7 @@ name: Add pull request labels on: pull_request_target: branches: - - current + - production - equuleus - sagitta diff --git a/.github/workflows/pull-request-management.yml b/.github/workflows/pull-request-management.yml index 34c9c45..50feeec 100644 --- a/.github/workflows/pull-request-management.yml +++ b/.github/workflows/pull-request-management.yml @@ -4,7 +4,7 @@ name: Build Pull Request Package on: pull_request: branches: - - current + - production - sagitta - equuleus diff --git a/.github/workflows/pull-request-message-check.yml b/.github/workflows/pull-request-message-check.yml index 2487879..067c62e 100644 --- a/.github/workflows/pull-request-message-check.yml +++ b/.github/workflows/pull-request-message-check.yml @@ -4,7 +4,7 @@ name: Check pull request message format on: pull_request: branches: - - current + - production - sagitta - equuleus diff --git a/.github/workflows/unused-imports.yml b/.github/workflows/unused-imports.yml index 11db873..b911bd8 100644 --- a/.github/workflows/unused-imports.yml +++ b/.github/workflows/unused-imports.yml @@ -2,7 +2,7 @@ name: Check for unused imports using Pylint on: pull_request_target: branches: - - current + - production - sagitta jobs: -- cgit v1.2.3