Skip to content

Commit

Permalink
update stale action to use stale.yml from worfklow-template
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Feb 13, 2024
1 parent 8fea3c9 commit 638552c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://github.com/actions/stale

name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '1 1 * * *'

jobs:
stale:
uses: biocommons/.github/.github/workflows/stale.yml@main

0 comments on commit 638552c

Please sign in to comment.