Skip to content

Commit 1a84ba5

Browse files
chore: shorten release names (#46)
Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
1 parent d4b34cf commit 1a84ba5

4 files changed

Lines changed: 4 additions & 4 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/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)