Skip to content

Automatic Label Sync #506

Automatic Label Sync

Automatic Label Sync #506

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Run Label Sync
uses: crazy-max/ghaction-github-labeler@f4f6b96e7e747b5416cd470f3cfecf26abaa811e # v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml