mirror of https://github.com/apache/lucene.git
[Minor] Document operation costs for stale workflow (#13000)
This commit is contained in:
parent
2a0b7f2056
commit
3674e779cb
|
@ -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 |
|
||||
# +----------+-----------+-----------+-----------+
|
||||
|
|
Loading…
Reference in New Issue