Skip to content

Commit

Permalink
ci: use reusable stale bot workflow (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Oct 9, 2023
1 parent 9eab32c commit f232bfc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Close stale issues

on:
schedule:
- cron: "30 12 * * *"

jobs:
stale:
permissions:
issues: write
pull-requests: write

uses: hetznercloud/.github/.github/workflows/stale.yml@main

0 comments on commit f232bfc

Please sign in to comment.