Skip to content

chore: initial setup #5

chore: initial setup

chore: initial setup #5

Workflow file for this run

name: "+ Sync Labels"
on:
push:
branches:
- main
paths:
- .github/labels.yml
- .github/workflows/labels-sync.yml
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
issues: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@548a7c3603594ec17c819e1239f281a3b801ab4d # v6.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
dry-run: false