Skip to content

Close stale issues and PRs #3

Close stale issues and PRs

Close stale issues and PRs #3

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 * * *"
permissions:
issues: write
pull-requests: write
jobs:
sdk-close-stale:
uses: launchdarkly/gh-actions/.github/workflows/sdk-stale.yml@main