feat: consolidation of workflows #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 GitHub Actions / Pull Request WorkflowInvalid workflow file
|