From afca9f4ad27e2ebe09375b464ed6e25d3a6fc12a Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Sat, 6 Jun 2026 13:12:19 +0200 Subject: [PATCH] chore: shorten release names --- .github/workflows/auto-pull-request-create.yml | 2 +- .github/workflows/auto-release-create.yml | 2 +- .github/workflows/cron-dependency-update.yml | 2 +- .github/workflows/manual-e2e-validate.yml | 2 +- .github/workflows/manual-release-branch-prepare.yml | 2 +- .github/workflows/manual-release-create.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-pull-request-create.yml b/.github/workflows/auto-pull-request-create.yml index 288bd49..6895f66 100644 --- a/.github/workflows/auto-pull-request-create.yml +++ b/.github/workflows/auto-pull-request-create.yml @@ -1,4 +1,4 @@ -name: (Automatic) Pull Request Create +name: (A) Pull Request Create on: push: diff --git a/.github/workflows/auto-release-create.yml b/.github/workflows/auto-release-create.yml index 4c783a8..634bfa6 100644 --- a/.github/workflows/auto-release-create.yml +++ b/.github/workflows/auto-release-create.yml @@ -1,4 +1,4 @@ -name: (Automatic) Release Create +name: (A) Release Create on: push: diff --git a/.github/workflows/cron-dependency-update.yml b/.github/workflows/cron-dependency-update.yml index ffb07f6..eaf7552 100644 --- a/.github/workflows/cron-dependency-update.yml +++ b/.github/workflows/cron-dependency-update.yml @@ -1,4 +1,4 @@ -name: (Cron) Dependency Update +name: (C) Dependency Update on: schedule: diff --git a/.github/workflows/manual-e2e-validate.yml b/.github/workflows/manual-e2e-validate.yml index 5353984..3852bae 100644 --- a/.github/workflows/manual-e2e-validate.yml +++ b/.github/workflows/manual-e2e-validate.yml @@ -1,4 +1,4 @@ -name: (Manual) E2E Validate +name: (M) E2E Validate on: workflow_dispatch: diff --git a/.github/workflows/manual-release-branch-prepare.yml b/.github/workflows/manual-release-branch-prepare.yml index 1a302ec..e060811 100644 --- a/.github/workflows/manual-release-branch-prepare.yml +++ b/.github/workflows/manual-release-branch-prepare.yml @@ -1,4 +1,4 @@ -name: (Manual) Release Branch Prepare +name: (M) Release Branch Prepare on: workflow_dispatch: diff --git a/.github/workflows/manual-release-create.yml b/.github/workflows/manual-release-create.yml index 8810841..fb779b8 100644 --- a/.github/workflows/manual-release-create.yml +++ b/.github/workflows/manual-release-create.yml @@ -1,4 +1,4 @@ -name: (Manual) Release Create +name: (M) Release Create on: workflow_dispatch: