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

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