diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 18:20:08 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 18:20:08 +0300 |
| commit | 37d0aa1ffdbfb7e71daed49ffbfa221ee816b8ae (patch) | |
| tree | 62e414d265582ed8f4d9072b37c6159c749b38cf | |
| parent | c53c5a1c97332806c317451c4d86631066b0f685 (diff) | |
| download | vyos-github-actions-chore/rollout-1c-rename-refs.tar.gz vyos-github-actions-chore/rollout-1c-rename-refs.zip | |
ci: T8943: migrate branch-name refs current->production (rollout 1c)chore/rollout-1c-rename-refs
Tracking: T8943
| -rw-r--r-- | .github/labeler.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pull-request-labels.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pull-request-management.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pull-request-message-check.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/unused-imports.yml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 3a16d27..5002745 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,7 +3,7 @@ equuleus: - base-branch: 'equuleus' current: - any: - - base-branch: 'current' + - base-branch: 'production' sagitta: - any: - base-branch: 'sagitta' 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: |
