Skip to content

feat: consolidation of workflows #5

feat: consolidation of workflows

feat: consolidation of workflows #5

Workflow file for this run

# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
name: Pull Request Workflow
on:
pull_request:
branches: [main]
types: [ milestoned, opened, edited, synchronize]
# Permissions for the GITHUB_TOKEN used by the workflow.
permissions:
contents: read # Allows reading the content of the repository.
pull-requests: read # Allows reading pull requests
jobs:
validate:
uses: ./.github/workflows/callable-pull-request.yaml

Check failure on line 18 in .github/workflows/pull-request.yaml

View workflow run for this annotation

GitHub Actions / Pull Request Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yaml (Line: 18, Col: 11): Input upgrade-flavors is required, but not provided while calling. .github/workflows/pull-request.yaml (Line: 18, Col: 11): Input flavors is required, but not provided while calling.