Do not trigger stale bot on each PR

This commit is contained in:
Siarhei Fedartsou 2024-07-09 19:48:38 +02:00
parent f1510b758d
commit ab0a0b51bf

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: