Parcourir la source

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 il y a 1 an
committed by GitHub
Parent
révision
c66a53c729
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/workflows/close-stale-issues.yml

+ 1
- 1
.github/workflows/close-stale-issues.yml Voir le fichier

@@ -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
######################################################################


Chargement…
Annuler
Enregistrer