feat: Add guess_mime_type scalar expression for MIME type detection from bytes #17077
This file contains hidden or 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: PR Labeller | |
| on: | |
| pull_request_target: | |
| branches: [main] | |
| types: [opened, reopened, synchronize, edited, labeled, unlabeled] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| validate_pr_title: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: PR Conventional Commit Validation | |
| uses: ytanikin/[email protected] | |
| with: | |
| task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","build"]' | |
| add_label: 'true' |