Skip to content

chore(ci): sha-pin all github actions (via pinact) #236

chore(ci): sha-pin all github actions (via pinact)

chore(ci): sha-pin all github actions (via pinact) #236

Workflow file for this run

name: Sync Labels
on:
push:
branches: [main]
paths:
- .github/labels.yml
- .github/workflows/label-sync.yml
workflow_dispatch: {}
permissions:
contents: read
issues: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Sync labels
uses: crazy-max/ghaction-github-labeler@548a7c3603594ec17c819e1239f281a3b801ab4d # v6.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: true