Skip to content

.github/workflows/meta-label-sync.yaml #142

.github/workflows/meta-label-sync.yaml

.github/workflows/meta-label-sync.yaml #142

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Label Sync
on:
workflow_dispatch: {} # Manual Trigger
push:
branches: ["main"]
paths: [".github/labels.yaml"]
schedule:
- cron: "0 0 * * *" # Every day at midnight
permissions:
issues: write
jobs:
label-sync:
uses: mirceanton/reusable-workflows/.github/workflows/meta-label-sync.yaml@main

Check failure on line 18 in .github/workflows/meta-label-sync.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/meta-label-sync.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/meta-label-sync.yaml" -> "mirceanton/reusable-workflows/.github/workflows/meta-label-sync.yaml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
config-file: .github/configs/labels.yaml