Initial commit

This commit is contained in:
2025-02-23 19:03:46 +02:00
commit a1910625f3
15 changed files with 380 additions and 0 deletions

19
.github/workflows/stale.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
---
name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 8 * * *"
workflow_call:
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write
steps:
- uses: ivuorinen/actions/stale@main