Skip to content

Create labels.yml

Create labels.yml #1

Workflow file for this run

name: Automatic Label Sync
on:
issues:
label:
push:
branches:
- main
paths:
- '.github/labels.yml'
jobs:
label_sync:
name: Automatic Label Synchronization
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Run Label Sync
uses: crazy-max/ghaction-github-labeler@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}