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' name: 'Close stale issues'
on: on:
pull_request: # uncomment if you want to test changes to this file in PRs CI
branches: # pull_request:
- master # branches:
# - master
schedule: schedule:
- cron: '30 1 * * *' # every day at 1:30am - cron: '30 1 * * *' # every day at 1:30am
permissions: permissions: