Skip to content

chore: add distro to labels #1

chore: add distro to labels

chore: add distro to labels #1

Workflow file for this run

---
name: "Label Sync"
on:
workflow_dispatch:
push:
branches: ["main"]
paths: [".github/labels.yaml"]
jobs:
label-sync:
name: Label Sync
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync Labels
uses: EndBug/label-sync@v2
with:
config-file: .github/labels.yaml
delete-other-labels: true