This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
build(deps): update golang docker tag to v1.20.12 #2814
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: Semantic PR Validation | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- synchronize | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
validate: | |
uses: keptn/gh-automation/.github/workflows/[email protected] | |
with: | |
# Configure which scopes are allowed. | |
scopes: | | |
api | |
core | |
install | |
deps | |
deps-dev | |
docs |