Skip to content
Open
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
3 changes: 2 additions & 1 deletion .github/workflows/add-issue-to-projects.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Add Issue To Projects
name: "[Issue Management] Add Issue To Projects"

on:
issues:
types: [opened]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto Author Assign
name: "[PR Management] Auto Author Assign"

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Link-Backport-PR-Issue
name: "[Issue Management] Link Backport PR Issue"

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-issue.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Close-Issue
name: "[Issue Management] Close Issue"
on:
issues:
types: [ unlabeled ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Codespell
name: "[PR Management] Codespell"

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Conventional Commits
name: "[PR Management] Conventional PR and Commits"

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-issue.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create-Issue
name: "[Issue Management] Create Issue"
on:
issues:
types: [ labeled ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-task-issues.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release Task Issues
name: "[Release] Create Release Task Issues"

on:
workflow_dispatch:
Expand Down
Loading