Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Add close stale workflow to public repo (#171)
Browse files Browse the repository at this point in the history
This helps remind requesters when we are explicitly setting the label to
`Waiting for Feedback`, which does not affect other issues.
  • Loading branch information
louis-launchdarkly authored Feb 12, 2024
1 parent c88bea2 commit 9cf1678
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 9cf1678

Please sign in to comment.