Explorar el Código
Merge pull request #3921 from luixxiul/patch-1
Update .github/workflows/close-stale-issues.yml: increase operations-per-run from 100 to 500
pull/3922/head
Slavi Pantaleev
hace 1 año
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B5690EEEBB952194
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
.github/workflows/close-stale-issues.yml
|
|
|
@@ -21,7 +21,7 @@ jobs: |
|
|
|
# Issues/PRs |
|
|
|
###################################################################### |
|
|
|
exempt-assignees: 'spantaleev,aine-etke' |
|
|
|
operations-per-run: 100 |
|
|
|
operations-per-run: 500 |
|
|
|
# Use this to do a dry run from a pull request |
|
|
|
# debug-only: true |
|
|
|
###################################################################### |
|
|
|
|