Skip to content

Commit afca9f4

Browse files
chore: shorten release names
1 parent c18ce30 commit afca9f4

6 files changed

Lines changed: 6 additions & 6 deletions

.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/manual-e2e-validate.yml

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

33
on:
44
workflow_dispatch:

.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:

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

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

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)