Chore: Workflows and other scaffolding

This commit is contained in:
2023-04-26 10:34:36 +03:00
parent 3fe323e5cb
commit 5801419da6
8 changed files with 222 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