Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Update labels config #8

Update labels config

Update labels config #8

Workflow file for this run

name: Label Sync
on:
push:
branches: [init]
jobs:
label-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
- name: Install dependencies
run: yarn add -D @azu/github-label-setup
- name: update label
run: yarn github-label-setup --token ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_LABELS }} --labels .github/labels.json