Initial commit

This commit is contained in:
Ismo Vuorinen
2024-11-10 11:34:15 +02:00
committed by GitHub
commit e90c7a737a
12 changed files with 413 additions and 0 deletions

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

@@ -0,0 +1,18 @@
---
name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 8 * * *"
workflow_call:
workflow_dispatch:
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write
jobs:
stale:
uses: ivuorinen/.github/.github/workflows/stale.yml@main