feat: BI-5952 WIP file-uploader-api handler for processing presigned file from bucket #851
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 |