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