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

Sync labels

Sync labels #23

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: 🔄 Sync labels
uses: devantler-tech/composite-actions/sync-labels-action@44620f6c6e9bc2046c7959932fbd104a74d6b1a5 # v1.9.1