Skip to content

security(ci): harden workflows and add zizmor audit (#291) #4

security(ci): harden workflows and add zizmor audit (#291)

security(ci): harden workflows and add zizmor audit (#291) #4

name: Label sync
on:
push:
branches:
- main
paths:
- .github/labels.yml
- .github/workflows/github-label-sync.yml
workflow_dispatch: # eslint-disable-line yml/no-empty-mapping-value -- NOTE(kazupon): to work manually on GitHub Web UIs
permissions:
issues: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: r7kamura/github-label-sync-action@061649dd3b80eb5bafad0316466f72962e62c300 # v0.1.0