Skip to content

Label Synchronization #441

Label Synchronization

Label Synchronization #441

Workflow file for this run

name: Label Synchronization
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
synchronization:
name: Synchronization
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Synchronize
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml