Skip to content

fix(workflows): resolve issue with invalid indent #2

fix(workflows): resolve issue with invalid indent

fix(workflows): resolve issue with invalid indent #2

Workflow file for this run

# Requires GitHub secrets
# - GH_TOKEN
name: Update GitHub Labels
on:
push:
branches: ["main"]
paths:
- ".github/labels.yaml"
- ".github/workflows/labels.yaml"
jobs:
labels:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
id: checkout-repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update labels
id: update-labels
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GH_TOKEN }}
yaml-file: .github/labels.yaml