Skip to content

feat: create initial release #2

feat: create initial release

feat: create initial release #2

Workflow file for this run

# SPDX-FileCopyrightText: © 2025 open-nudge <https://github.com/open-nudge>
# SPDX-FileContributor: szymonmaszke <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
---
name: "Text"
on:
pull_request:
branches:
- "main"
paths-ignore:
- "DCO.md"
- "docs/DCO.md"
- "LICENSE.md"
- "docs/LICENSE.md"
- "LICENSES/*"
merge_group:
types:
- "checks_requested"
permissions: {} # yamllint disable-line rule:braces
concurrency:
group: >
${{ github.workflow_ref }}-${{ github.ref }}
cancel-in-progress: true
jobs:
text:
name: "Text"
permissions:
contents: "read"
# yamllint disable rule:line-length
uses: "open-nudge/opentemplate/.github/workflows/text-reusable.yml@main" # zizmor: ignore[unpinned-uses]
# yamllint enable rule:line-length
...