From 97003075dbdc23428634c22bc05d53e768cb4267 Mon Sep 17 00:00:00 2001 From: guzmud Date: Fri, 22 May 2026 15:44:37 +0200 Subject: [PATCH] [client-python] ci(client-python): withdrawing references to deprecated release/current (#254) --- .github/workflows/openaev-auto-label.yml | 2 +- .github/workflows/openaev-check-signed-commit.yml | 2 +- .github/workflows/openaev-validate-pr-title.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/openaev-auto-label.yml b/.github/workflows/openaev-auto-label.yml index bf32809..63849af 100644 --- a/.github/workflows/openaev-auto-label.yml +++ b/.github/workflows/openaev-auto-label.yml @@ -1,7 +1,7 @@ name: "[OpenAEV] Auto Label" on: pull_request_target: - branches: [main, release/current] + branches: [main] types: [opened, reopened] permissions: contents: read diff --git a/.github/workflows/openaev-check-signed-commit.yml b/.github/workflows/openaev-check-signed-commit.yml index 4903484..794aa34 100644 --- a/.github/workflows/openaev-check-signed-commit.yml +++ b/.github/workflows/openaev-check-signed-commit.yml @@ -1,7 +1,7 @@ name: "[OpenAEV] Check Signed Commits in PR" on: pull_request_target: - branches: [main, release/current] + branches: [main] permissions: contents: read pull-requests: write diff --git a/.github/workflows/openaev-validate-pr-title.yml b/.github/workflows/openaev-validate-pr-title.yml index a9c2971..b2e0189 100644 --- a/.github/workflows/openaev-validate-pr-title.yml +++ b/.github/workflows/openaev-validate-pr-title.yml @@ -1,7 +1,7 @@ name: "[OpenAEV] Validate PR title Worker" on: pull_request: - branches: [main, release/current] + branches: [main] types: [opened, edited, reopened, ready_for_review, synchronize] permissions: contents: read