Files
action-home-assistant/.github/workflows/labels.yaml
T
Renovate Bot 36c6a5e088
Lint / yamllint (push) Successful in 1m41s
Lint / Prettier (push) Successful in 1m6s
Test / Home Assistant Core Configuration Check (pull_request) Failing after 10m36s
Test / Home Assistant Core Configuration Check (push) Failing after 10m47s
Lint / Prettier (pull_request) Failing after 10m56s
Lint / yamllint (pull_request) Failing after 11m4s
⬆️ Pin actions/checkout action to v5
2026-05-10 19:38:07 +00:00

24 lines
517 B
YAML

---
name: Sync labels
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
paths:
- .github/labels.yml
workflow_dispatch:
jobs:
labels:
name: ♻️ Sync labels
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}