feat(storage): add new check storage_ensure_file_shares_soft_delete_is_enabled
#2875
Workflow file for this run
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: Prowler - Conventional Commit | |
on: | |
pull_request: | |
types: | |
- "opened" | |
- "edited" | |
- "synchronize" | |
branches: | |
- "master" | |
- "v3" | |
- "v4.*" | |
- "v5.*" | |
jobs: | |
conventional-commit-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: conventional-commit-check | |
id: conventional-commit-check | |
uses: agenthunt/conventional-commit-checker-action@9e552d650d0e205553ec7792d447929fc78e012b # v2.0.0 | |
with: | |
pr-title-regex: '^([^\s(]+)(?:\(([^)]+)\))?: (.+)' |