Skip to content

Automatic Label Sync #1484

Automatic Label Sync

Automatic Label Sync #1484

Workflow file for this run

name: Automatic Label Sync
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
label_sync:
name: Automatic Label Synchronization
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
repository: 'josh-development/.github'
- name: Run Label Sync
uses: crazy-max/ghaction-github-labeler@548a7c3603594ec17c819e1239f281a3b801ab4d # v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml