Files
go-test-sarif/.github/workflows/sync-labels.yml
renovate[bot] df7dc75505 fix(github-action): update ivuorinen/actions (25.5.5 → 25.5.12)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-12 21:19:42 +00:00

26 lines
543 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Sync labels
permissions: read-all
# yamllint disable-line rule:truthy
on:
push:
paths:
- .github/workflows/sync-labels.yml
- .github/labels.yml
schedule:
- cron: "34 5 * * *"
workflow_call:
workflow_dispatch:
jobs:
SyncLabels:
permissions:
contents: read
issues: write
runs-on: ubuntu-latest
steps:
- uses: ivuorinen/actions/sync-labels@140177528bc0a5a27fcf20a2bf19f6c9390d001c # 25.5.12