Skip to content

chore: add solution/s2dcartographer label #5

chore: add solution/s2dcartographer label

chore: add solution/s2dcartographer label #5

Workflow file for this run

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