Skip to content

ci: Add new labels for syncing repository workflow (#99) #10

ci: Add new labels for syncing repository workflow (#99)

ci: Add new labels for syncing repository workflow (#99) #10

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