Close stale issues and PRs #42
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
# For issues that have been open for awhile without activity, label | |
# them as stale with a warning that they will be closed out. If | |
# anyone comments to keep the issue open, it will automatically | |
# remove the stale label and keep it open. | |
# Runs once a day. | |
name: "Close stale issues and PRs" | |
on: | |
schedule: | |
- cron: "30 1 * * *" | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
stale: | |
uses: fivetran/dbt_package_automations/.github/workflows/stale-bot.yml@feature/stale-bot #update to @main once it's merged in the central repo |