Skip to content

Merge pull request #33 from ucan-lab/2.x #16

Merge pull request #33 from ucan-lab/2.x

Merge pull request #33 from ucan-lab/2.x #16

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