a56d7ccd81
Lint / yamllint (pull_request) Successful in 1m4s
Lint / yamllint (push) Successful in 1m14s
Lint / Prettier (push) Successful in 1m23s
Lint / Prettier (pull_request) Successful in 1m16s
Test / Home Assistant Core Configuration Check (push) Failing after 1m48s
Test / Home Assistant Core Configuration Check (pull_request) Failing after 1m44s
24 lines
517 B
YAML
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
|
|
- name: 🚀 Run Label Syncer
|
|
uses: micnncim/action-label-syncer@v1.3.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|