build(deps): update keptn/gh-automation action to v1.6.0 #1064
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 | |
jobs: | |
validate: | |
uses: keptn/gh-automation/.github/workflows/[email protected] | |
with: | |
# Configure which scopes are allowed. | |
scopes: | | |
api | |
cli | |
core | |
install | |
cloudevents | |
deps | |
deps-dev | |
distributor | |
docs | |
release |