From 52ba5a3ff1187e527a8a9b699ffb1c6f1b4c8bbd Mon Sep 17 00:00:00 2001 From: Edward <46017382+echang49@users.noreply.github.com> Date: Sat, 3 Aug 2024 22:48:10 -0400 Subject: [PATCH] Update README.md Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd8d1ec5..701ff414 100644 --- a/README.md +++ b/README.md @@ -552,7 +552,7 @@ Default value: `false` #### cache-prefix Beneficial so the action has a more unique cache key. Useful when calling this action multiple times, independent of each other. -An example for usage would be closing all PRs with `x` label after 7 days in one action and closing all PRs except for `x` label after 10 days in another. +An example for usage would be closing all PRs with `x` label after 7 days in one action, and closing all PRs except for `x` label after 10 days in another. ### Usage