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/maint-cleanup-releases.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cleanup Obsolete Releases (PRs and RCs)
name: "Maint: Cleanup Obsolete Releases"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-todo-issues.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/marketplace/actions/todo-to-issue#todo-to-issue-action
name: "Run TODO to Issue"
name: "Maint: TODO to Issue"
on:
push:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-update-wiki.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Buffers Wiki
name: "Maint: Update Buffers Wiki"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Lint PR"
name: "PR: Lint"

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-wip.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WIP
name: "PR: WIP"
on:
pull_request:
types: [opened, synchronize, reopened, edited]
Expand Down
322 changes: 322 additions & 0 deletions .github/workflows/release-hotfix.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/release-semantic.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Semantic Release
name: "Release: Semantic Version"

on:
workflow_dispatch:
Expand Down
Loading