OSOE-912: Making Tag Version compatible with branch protection rulesets #2237
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
name: Validate Pull Request | |
# This is the same workflow you'd find in our other submodules. Unlike the rest of the workflows in this repo, this one | |
# is meant to actually run here, so don't call it from other repos. | |
on: | |
pull_request_target: | |
jobs: | |
validate-pull-request: | |
uses: Lombiq/GitHub-Actions/.github/workflows/validate-submodule-pull-request.yml@dev |