Skip to content

Commit

Permalink
ci: add stale action workflow (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanxzy authored Dec 30, 2023
1 parent 34b9baa commit 2fb18c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/stale.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Close Stale Issues and Pull Requests

on:
schedule:
- cron: '0 0 * * *' # Run every day at midnight

permissions:
issues: write
pull-requests: write

jobs:
close_stale_prs:
runs-on: ubuntu-latest
steps:
- name: Close Stale Issues
uses: actions/[email protected]

0 comments on commit 2fb18c0

Please sign in to comment.