Skip to content

chore: Modify OPENSEARCH_URI to follow naming conventions #41

chore: Modify OPENSEARCH_URI to follow naming conventions

chore: Modify OPENSEARCH_URI to follow naming conventions #41

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate pull request title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}