Skip to content

Schedule - Sync labels #281

Schedule - Sync labels

Schedule - Sync labels #281

---
name: Schedule - Sync labels
on:
push:
branches:
- main
paths:
- .github/labels.yml
schedule:
- cron: "0 9 * * *"
workflow_dispatch:
jobs:
labels:
name: ♻️ Sync labels
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}