This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Close and mark stale issue #502
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Close and mark stale issue | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
stale: | |
uses: pl-strflt/.github/.github/workflows/[email protected] |