Skip to content

Commit

Permalink
ci: use reusable stale bot workflow (#548)
Browse files Browse the repository at this point in the history
Move stale bot configuration to the .github repository to ease maintenance.
  • Loading branch information
jooola committed Oct 9, 2023
1 parent 772a119 commit c07a9cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/bot_stale.yml

This file was deleted.

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 c07a9cd

Please sign in to comment.