mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
ci: use reusable stale bot workflow (#353)
This commit is contained in:
parent
9eab32cf3d
commit
f232bfccb8
1 changed files with 13 additions and 0 deletions
13
.github/workflows/stale.yml
vendored
Normal file
13
.github/workflows/stale.yml
vendored
Normal file
|
@ -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
|
Loading…
Reference in a new issue