Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-pull-request-create.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (Automatic) Pull Request Create
name: (A) Pull Request Create

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-create.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (Automatic) Release Create
name: (A) Release Create

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-dependency-update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (Cron) Dependency Update
name: (C) Dependency Update

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-e2e-validate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (Manual) E2E Validate
name: (M) E2E Validate

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-release-branch-prepare.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (Manual) Release Branch Prepare
name: (M) Release Branch Prepare

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-release-create.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: (Manual) Release Create
name: (M) Release Create

on:
workflow_dispatch:
Expand Down