feat: no longer need to check in swift_deps_index.json
file and other big updates
#3868
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: Commit Message Check | |
on: | |
pull_request: | |
branches: [main] | |
types: [opened, edited, synchronize] | |
jobs: | |
conventional_commit_check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: agenthunt/[email protected] | |
with: | |
pr-title-regex: "^(fix|feat|chore|docs)(?:[(][^)]+[)])?: (.+)" |