Files
go-test-sarif/.github/workflows/sync-labels.yml
renovate[bot] a8c35731cd fix(github-action): update ivuorinen/actions (25.3.24 → 25.3.25)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-26 00:28:27 +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@d648dba57309a3437c6f7996fdacb478c5a99916 # 25.3.25