Skip to content

.github/workflows/sync-labels.yml #165

.github/workflows/sync-labels.yml

.github/workflows/sync-labels.yml #165

Workflow file for this run

name: Sync labels
on:
workflow_dispatch: {}
schedule:
- cron: "0 2 * * *" # 2am every day
push:
branches:
- develop
paths:
- .github/labels.yml
jobs:
sync-labels:
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop

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

View workflow run for this annotation

GitHub Actions / .github/workflows/sync-labels.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sync-labels.yml" -> "vector-im/element-meta/.github/workflows/sync-labels.yml@develop" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
LABELS: |
vector-im/element-web
.github/labels.yml
DELETE: true
WET: true
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}