Skip to content

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

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

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

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Label Syncer
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yaml