Skip to content

fix: restore ability to use occam with extensions #1

fix: restore ability to use occam with extensions

fix: restore ability to use occam with extensions #1

name: Synchronize Labels
on:
push:
branches:
- main
- v*
paths:
- .github/labels.yml
workflow_dispatch: {}
jobs:
synchronize:
name: Synchronize Labels
runs-on:
- ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ github.token }}