[Minor] Document operation costs for stale workflow (#13000)

This commit is contained in:
Stefan Vodita 2024-01-22 09:40:25 +00:00 committed by GitHub
parent 2a0b7f2056
commit 3674e779cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 1 deletions

View File

@ -33,5 +33,18 @@ jobs:
If the PR is waiting for review, notify the dev@lucene.apache.org list.
Thank you for your contribution!
operations-per-run: 500 # operations budget
debug-only: false # turn on to run the action without applying changes
operations-per-run: 500 # operations budget
# The table shows the cost in operations of all combinations of stale / not-stale for a PR.
# Processing a non-PR issue takes 0 operations, since we don't perform any action on it.
#
# +-----------------------+
# number of | state after workflow |
# operations +-----------+-----------+
# | stale | not stale |
# +----------+-----------+-----------+-----------+
# | state | stale | 3 | 4 |
# | before +-----------+-----------+-----------+
# | workflow | not stale | 5 | 1 |
# +----------+-----------+-----------+-----------+