Skip to content

feat(agora): create a spec-first REST API prototype in Java-Spring #8935

feat(agora): create a spec-first REST API prototype in Java-Spring

feat(agora): create a spec-first REST API prototype in Java-Spring #8935

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
merge_group:
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which scopes are allowed (newline-delimited).
# These are regex patterns auto-wrapped in `^ $`.
scopes: |
agora
bridge2ai
common
iatlas
model-ad
openchallenges
results-visualization-framework
sage-monorepo
sandbox
schematic
synapse
# Configure that a scope must always be provided.
requireScope: false
# Configure additional validation for the subject based on a regex.
# This example ensures the subject doesn't start with an uppercase character.
subjectPattern: ^(?![A-Z]).+$