Skip to content

Commit

Permalink
run the actions/stale workflow defined in shared-config nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
schoblaska committed May 10, 2024
1 parent 26bf47f commit a6b71c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: 'Close stale issues and PRs'

on:
schedule:
- cron: '0 0 * * *'
jobs:
call-workflow-from-shared-config:
uses: rubyatscale/shared-config/.github/workflows/stale.yml@main

0 comments on commit a6b71c0

Please sign in to comment.