From 25f28ee6caf7f83921cb238fba8a787b91576c2e Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Fri, 3 Nov 2023 09:50:55 -0700 Subject: [PATCH] Fix typo with janitor GHA, close-pr-message was accidentally defined twice. PiperOrigin-RevId: 579213119 --- .github/workflows/janitor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/janitor.yml b/.github/workflows/janitor.yml index 992d4b7113..5c052a4f12 100644 --- a/.github/workflows/janitor.yml +++ b/.github/workflows/janitor.yml @@ -43,7 +43,7 @@ jobs: This issue is labeled `inactive` because the last activity was over 90 days ago. - close-pr-message: > + close-issue-message: > We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please reopen it.