Skip to content

🔄 Sync Label Config #14

🔄 Sync Label Config

🔄 Sync Label Config #14

Workflow file for this run

name: '🔄 Sync Label Config'
on:
workflow_dispatch:
schedule:
- cron: '0 10 1 * *'
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2.3.2
with:
config-file: https://raw.githubusercontent.com/k3rnels-actions/.github/main/.github/labels.yaml
delete-other-labels: true
token: ${{ secrets.GITHUB_TOKEN }}