From 14d126c98583273f53037d97c7e0b7e345de1028 Mon Sep 17 00:00:00 2001 From: ismay Date: Tue, 2 Jul 2024 16:17:55 +0200 Subject: [PATCH] ci: add name for comment wf --- .github/workflows/comment-and-close.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/comment-and-close.yml b/.github/workflows/comment-and-close.yml index e921371e..8928b036 100644 --- a/.github/workflows/comment-and-close.yml +++ b/.github/workflows/comment-and-close.yml @@ -1,3 +1,5 @@ +name: comment-and-close + on: issues: types: [opened]