Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Close stale issues and PRs #1300

Close stale issues and PRs

Close stale issues and PRs #1300

Workflow file for this run

name: "Close stale issues and PRs"
on:
schedule:
- cron: "30 1 * * *"
permissions:
issues: write
pull-requests: write
jobs:
stale:
uses: dbt-labs/actions/.github/workflows/stale-bot-matrix.yml@main