Skip to content

Merge pull request #8 from IAreKyleW00t/renovate/actions-checkout-4.x #3

Merge pull request #8 from IAreKyleW00t/renovate/actions-checkout-4.x

Merge pull request #8 from IAreKyleW00t/renovate/actions-checkout-4.x #3

Workflow file for this run

---
name: Label Sync
on:
workflow_dispatch:
push:
branches: [main]
paths:
- .github/workflows/label-sync.yaml
- .github/labels.yaml
jobs:
label-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: Label Syncer
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yaml