Initial commit

This commit is contained in:
2023-05-04 15:42:41 +03:00
commit 559bb08595
19 changed files with 23225 additions and 0 deletions

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

@@ -0,0 +1,13 @@
---
name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 8 * * *"
workflow_call:
workflow_dispatch:
jobs:
stale:
uses: ivuorinen/.github/.github/workflows/stale.yml@main