From bf16812cc83e48912523013dd693d255793f4a18 Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Tue, 6 Aug 2024 10:40:34 +0200 Subject: [PATCH] Clarify description for `github-repo` Co-authored-by: Wryn (yage) Wagner --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c47e2c4..7eeb3aa 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: default: ${{ github.token }} github-repo: required: true - description: GitHub repository used for this action + description: GitHub `author/repository` for which stale issues are paused default: ${{ github.repository }} stale-label: required: true