From 6ed4ef197b132b92526f092cbfdc0c68c10e02cd Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 5 Jul 2023 17:02:27 +0200 Subject: [PATCH] fix README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 900a2d35..d2c2acc3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,16 @@ permissions: You can find more information about the required permissions under the corresponding options that you wish to use. +## 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. + +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) +configured for the repo. + ## All options ### List of input options