Skip to content

chore(deps): bump actions/checkout from 4 to 6 (#10) #2

chore(deps): bump actions/checkout from 4 to 6 (#10)

chore(deps): bump actions/checkout from 4 to 6 (#10) #2

Workflow file for this run

name: Sync Labels
on:
workflow_dispatch:
push:
branches: [main]
paths:
- .github/labels.yml
- .github/workflows/labels.yml
permissions:
contents: read
issues: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: EndBug/label-sync@v2
with:
config-file: .github/labels.yml
delete-other-labels: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}