ci: BI-0 add US PG healthcheck in test compose files, move US service… #733
Workflow file for this run
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: 🏷️ Validate PR Name | |
on: | |
pull_request: | |
types: [opened, reopened, edited, synchronize] | |
branches: [main] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.number }} | |
cancel-in-progress: true | |
jobs: | |
commitlint-pr-title: | |
name: Ensure proper PR title | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Commitlint PR title | |
uses: datalens-tech/commitlint-action@v1 | |
add_labels: | |
runs-on: ubuntu-22.04 | |
needs: commitlint-pr-title | |
permissions: | |
pull-requests: write | |
steps: | |
- name: Add labels to PR | |
uses: datalens-tech/add-labels-action@v1 |