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

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

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