Skip to content

Commit

Permalink
Merge pull request #745 from mizzy/feature/stale
Browse files Browse the repository at this point in the history
Stale workflow
  • Loading branch information
mizzy authored Dec 1, 2023
2 parents 419439b + 5284b56 commit 0acb878
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/stale.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Close stale issues and PR'
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'

permissions:
contents: write
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8

0 comments on commit 0acb878

Please sign in to comment.