diff --git a/.github/workflows/auto-pull-request-create.yml b/.github/workflows/auto-pull-request-create.yml index 714f20a..5d1dbdc 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 2535a85..69975c9 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 03c8ee8..38d9180 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-release-branch-prepare.yml b/.github/workflows/manual-release-branch-prepare.yml index 15bc3db..7a4f5b0 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 627d2a9..1e3b61f 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: