From 9e14bdfe3117fad5948583c52382751a551c3577 Mon Sep 17 00:00:00 2001 From: autoantwort Date: Mon, 7 Oct 2024 20:40:34 +0200 Subject: [PATCH] cange name --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index efe80a867..825e142c8 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'Close Stale Issues' +name: 'Fixed Close Stale Issues' description: 'Close issues and pull requests with no recent activity' -author: 'GitHub' +author: 'npt' inputs: repo-token: description: 'Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.'