Skip to content

Merge pull request #58 from FeLvi-zzz/renovate/actions-checkout-4.x #44

Merge pull request #58 from FeLvi-zzz/renovate/actions-checkout-4.x

Merge pull request #58 from FeLvi-zzz/renovate/actions-checkout-4.x #44

Workflow file for this run

name: Sync labels
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}