Ver código fonte

ci(stale): increase number of operations per run

Since we currently have lots of issues, this may help with reaching
the 2nd page of issues.
Thales Macedo Garitezi 4 anos atrás
pai
commit
f947bf6f98
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/stale.yaml

+ 1 - 0
.github/workflows/stale.yaml

@@ -29,5 +29,6 @@ jobs:
             for your contributions.
           # we don't want stalebot to analyze pull requests
           only-pr-labels: "ZZZDisabledZZZ"
+          operations-per-run: 80
 
 ...