Close stale issues #752
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 stale issues' | |
on: | |
schedule: | |
- cron: '30 1 * * *' # at 1:30am every day | |
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab | |
jobs: | |
stale: | |
uses: impress-org/givewp-github-actions/.github/workflows/close-stale-issues.yml@master |