mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-01-26 11:24:00 +00:00
22 lines
331 B
YAML
22 lines
331 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:
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
jobs:
|
|
SyncLabels:
|
|
uses: ivuorinen/ivuorinen/.github/workflows/sync-labels.yml@main
|