Do not trigger stale bot on each PR (#6986)

This commit is contained in:
Siarhei Fedartsou 2024-07-09 20:58:03 +03:00 committed by GitHub
parent f1510b758d
commit ab771c6142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,9 @@
name: 'Close stale issues'
on:
pull_request:
branches:
- master
# uncomment if you want to test changes to this file in PRs CI
# pull_request:
# branches:
# - master
schedule:
- cron: '30 1 * * *' # every day at 1:30am
permissions: