fix: remove non-applicable permission from dbx volume grant and add all privileges group #608
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: Ensure all PRs have conventional commit titles | |
on: | |
pull_request: | |
types: | |
- edited | |
- opened | |
- synchronize | |
- reopened | |
jobs: | |
conventional_commit_title: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: chanzuckerberg/github-actions/.github/actions/[email protected] |