Skip to content

style: refine documentation (#46) #5

style: refine documentation (#46)

style: refine documentation (#46) #5

Workflow file for this run

name: Syncing Repository Labels
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
push:
branches:
- main
paths:
- .github/labels.yml
- .github/workflows/labeler.yml
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml