refactor: BI-5948 pass req_model to resolve_rls_groups_for_dataset #840
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] | |
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 |