mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-12 23:37:15 +00:00
14 lines
213 B
YAML
14 lines
213 B
YAML
|
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
|