Update stale.yml

This commit is contained in:
Siarhei Fedartsou 2024-07-08 22:31:04 +02:00 committed by GitHub
parent fee52218dd
commit c2b5926fb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,8 @@
name: 'Close stale issues'
on:
pull_request:
branches:
- master
schedule:
- cron: '30 1 * * *' # every day at 1:30am
permissions: