Skip to content

fix(ci): cargo fmt, bump MSRV 1.75→1.85, quote label colors #3

fix(ci): cargo fmt, bump MSRV 1.75→1.85, quote label colors

fix(ci): cargo fmt, bump MSRV 1.75→1.85, quote label colors #3

Workflow file for this run

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