mirror of
https://github.com/ivuorinen/cinode-api.git
synced 2026-01-26 11:14:01 +00:00
19 lines
299 B
YAML
19 lines
299 B
YAML
---
|
|
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
|