diff --git a/.github/workflows/issue-comment.yml b/.github/workflows/issue-comment.yml
index c923e7fba..f5c048fb6 100644
--- a/.github/workflows/issue-comment.yml
+++ b/.github/workflows/issue-comment.yml
@@ -2,6 +2,8 @@ on:
   issue_comment:
     types: [created]
 
+name: Add issues workflow labels
+
 jobs:
   add-label-if-is-author:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/issue-inactive-alert.yml b/.github/workflows/issue-inactive-alert.yml
index 7396f3677..a4e413209 100644
--- a/.github/workflows/issue-inactive-alert.yml
+++ b/.github/workflows/issue-inactive-alert.yml
@@ -2,6 +2,8 @@ on:
   schedule:
     - cron: "0 9 * * 1"
 
+name: Check inactive issues
+
 jobs:
   check-inactive-issues:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/issue-recent-alert.yml b/.github/workflows/issue-recent-alert.yml
index 2027d6ac4..91a8edee0 100644
--- a/.github/workflows/issue-recent-alert.yml
+++ b/.github/workflows/issue-recent-alert.yml
@@ -2,6 +2,8 @@ on:
   schedule:
     - cron: "0 9 * * *"
 
+name: Check recent handle issues
+
 jobs:
   check-recent-issues-not-handle:
     runs-on: ubuntu-latest