Skip to content

⬆️ Update dependency codespell to v2.2.6 (#71) #2

⬆️ Update dependency codespell to v2.2.6 (#71)

⬆️ Update dependency codespell to v2.2.6 (#71) #2

Workflow file for this run

---
name: Sync labels
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
paths:
- .github/labels.yml
workflow_dispatch:
jobs:
labels:
name: ♻️ Sync labels
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.1
- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}