Skip to content

Close stale issues and PRs #170

Close stale issues and PRs

Close stale issues and PRs #170

Workflow file for this run

name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
# Happen once per day at 1:30 AM
- cron: '30 1 * * *'
jobs:
sdk-close-stale:
uses: launchdarkly/gh-actions/.github/workflows/sdk-stale.yml@main