Skip to content

pre-commit Update

pre-commit Update #19

# SPDX-FileCopyrightText: © 2025 open-nudge <https://github.com/open-nudge>
# SPDX-FileContributor: szymonmaszke <github@maszke.co>
#
# SPDX-License-Identifier: Apache-2.0
---
name: "pre-commit Update"
on:
schedule:
- cron: "0 3 * * 6"
workflow_dispatch:
permissions: {} # yamllint disable-line rule:braces
concurrency:
group: >
${{ github.workflow_ref }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit-update:
name: "pre-commit Update"
permissions:
contents: "read"
pull-requests: "write"
# yamllint disable rule:line-length
uses: "open-nudge/opentemplate/.github/workflows/pre-commit-reusable.yml@main" # zizmor: ignore[unpinned-uses]
# yamllint enable rule:line-length
with:
pull-request: true

Check failure on line 31 in .github/workflows/pre-commit-update.yml

View workflow run for this annotation

GitHub Actions / pre-commit Update

Invalid workflow file

The workflow is not valid. .github/workflows/pre-commit-update.yml (Line: 31, Col: 21): Invalid input, pull-request is not defined in the referenced workflow.
...