Skip to content

chore: Add label kind/performance #5

chore: Add label kind/performance

chore: Add label kind/performance #5

Workflow file for this run

name: Sync labels
on:
workflow_dispatch:
push:
branches:
- main
paths:
- .github/labels.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: micnncim/action-label-syncer@v1
with:
manifest: .github/labels.yml
repository: |
cloudquery/cloud
cloudquery/cloudquery
cloudquery/cloudquery-issues
token: ${{ secrets.GH_CQ_BOT }}