Skip to content

Bump dorny/paths-filter from 2 to 3 #1

Bump dorny/paths-filter from 2 to 3

Bump dorny/paths-filter from 2 to 3 #1

Workflow file for this run

name: Sync labels
on:
push:
branches:
- master
paths:
- .github/labels.yaml
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync labels
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yaml
skip-delete: false
dry-run: false
# exclude: |