Skip to content

Commit

Permalink
Add stale.yml (#49)
Browse files Browse the repository at this point in the history
Add stale action for issue and pr.
  • Loading branch information
zhouaihui authored May 8, 2024
1 parent cd0edc2 commit eef78ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Mark stale issues and pull requests
on:
workflow_dispatch:
schedule:
- cron: 40 9 * * *
jobs:
stale:
uses: secretflow/.github/.github/workflows/stale.yml@main

0 comments on commit eef78ab

Please sign in to comment.