Skip to content

Merge pull request #31 from ucan-lab/chore-badge #14

Merge pull request #31 from ucan-lab/chore-badge

Merge pull request #31 from ucan-lab/chore-badge #14

Workflow file for this run

name: Sync Labels
on:
push:
branches: [main]
jobs:
sync-labels:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- name: Install dependencies
run: yarn add -D @azu/github-label-setup
- name: Run github-label-setup
run: yarn github-label-setup --token ${{ secrets.GITHUB_TOKEN }} --labels .github/labels.json