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

Update labels config #3

Update labels config

Update labels config #3

Workflow file for this run

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