feat(core): add name and protocol info to attestation #943
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: Lint PR Title | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- synchronize | |
jobs: | |
main: | |
name: PR Title Checks | |
runs-on: ubuntu-latest | |
steps: | |
- uses: amannn/action-semantic-pull-request@v5.1.0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
types: | | |
chore | |
docs | |
feat | |
fix | |
refactor | |
style | |
perf | |
ci | |
test | |
revert | |
# core scope should be replaced by language specific scopes later | |
scopes: | | |
core | |
example | |
integration | |
experimental | |
requireScope: true |