Skip to content

refactor(cmd-api-server): pull OAuth2 endpoint scopes from openapi.json #6844

refactor(cmd-api-server): pull OAuth2 endpoint scopes from openapi.json

refactor(cmd-api-server): pull OAuth2 endpoint scopes from openapi.json #6844

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
main:
name: Validate PR title
runs-on: ubuntu-22.04
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}