Skip to content

Merge pull request #13 from deemaze/fix-labels-config #3

Merge pull request #13 from deemaze/fix-labels-config

Merge pull request #13 from deemaze/fix-labels-config #3

Workflow file for this run

name: Keep labels up to date
on:
push:
branches:
- main
paths:
- '.github/labels.yml'
- '.github/workflows/sync-labels.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
skip-delete: true