From cab99b362baa5afbbd8c7c78234e6b071b80687d Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Fri, 11 Aug 2023 00:31:51 +0200 Subject: [PATCH] fix typo proceeded/processed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2c2acc36..06c2a4723 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ You can find more information about the required permissions under the correspon ## Statefulness If the action ends because of [operations-per-run](#operations-per-run) then the next run will start from the first -unprocessed issue skipping the issues proceeded during the previous run(s). The state is reset when all the issues are -proceeded. This should be considered for scheduling workflow runs. +unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are +processed. This should be considered for scheduling workflow runs. The saved state lifetime is the same as the [actions cache](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy)