Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Sync labels

Sync labels #42

Workflow file for this run

name: Sync labels
on:
workflow_dispatch:
schedule:
- cron: "0 7 * * 1"
permissions:
issues: write
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- name: 📑 Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: 🔄 Sync labels
uses: devantler-tech/composite-actions/sync-labels-action@005c37f8ef5e1811388cf19b3b93eb721351b6be # v1.9.5