Skip to content

Bump actions/checkout from 3 to 4 (#131) #1

Bump actions/checkout from 3 to 4 (#131)

Bump actions/checkout from 3 to 4 (#131) #1

Workflow file for this run

---
name: Sync labels
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- .github/labels.yml
workflow_dispatch:
jobs:
sync-labels:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Label Syncer
uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}