Skip to content

Commit c5f02aa

Browse files
chore: shorten release names
1 parent e3ec108 commit c5f02aa

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-pull-request-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: (Automatic) Pull Request Create
1+
name: (A) Pull Request Create
22

33
on:
44
push:

.github/workflows/auto-release-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: (Automatic) Release Create
1+
name: (A) Release Create
22

33
on:
44
push:

.github/workflows/cron-dependency-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: (Cron) Dependency Update
1+
name: (C) Dependency Update
22

33
on:
44
schedule:

.github/workflows/cron-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: (Cron) End-to-End Tests
1+
name: (C) End-to-End Tests
22

33
on:
44
schedule:

.github/workflows/manual-release-branch-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: (Manual) Release Branch Prepare
1+
name: (M) Release Branch Prepare
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)