Skip to content

Commit

Permalink
Add stale github action workflow
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead committed Nov 16, 2021
1 parent 336e14f commit 1ee56be
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:
- cron: '30 1 * * *'

jobs:
call-workflow:
uses: longhorn/longhorn/.github/workflows/stale.yml@master

0 comments on commit 1ee56be

Please sign in to comment.