Skip to content

Sync labels

Sync labels #1

Workflow file for this run

---
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:

Check failure on line 17 in .github/workflows/sync-labels.yml

View workflow run for this annotation

GitHub Actions / Sync labels

Invalid workflow file

The workflow is not valid. .github/workflows/sync-labels.yml (Line: 17, Col: 3): Error calling workflow 'ivuorinen/.github/.github/workflows/sync-labels.yml@main'. The workflow is requesting 'issues: write', but is only allowed 'issues: none'.
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main