Initial commit

This commit is contained in:
Ismo Vuorinen
2024-08-27 21:01:13 +03:00
committed by GitHub
commit 65fc1cb2bb
12 changed files with 413 additions and 0 deletions

21
.github/workflows/sync-labels.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
---
name: Sync labels
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
paths:
- .github/labels.yml
schedule:
- cron: "34 5 * * *"
workflow_call:
workflow_dispatch:
permissions:
issues: write
jobs:
SyncLabels:
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main