Skip to content

Commit

Permalink
Add close stale workflow to public repo (launchdarkly#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-launchdarkly committed Apr 11, 2023
1 parent c66b613 commit f7ac0f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit f7ac0f8

Please sign in to comment.