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

Update labels config #2

Update labels config

Update labels config #2

Workflow file for this run

name: Label Sync
on:
push:
branches: [init]
# paths:
# - .github/labels.json
jobs:
label-sync:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Sync labels
uses: lannonbr/issue-label-manager-action@3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
delete: true