chore: Test all coroutine patterns and refactor op call #15329
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: Validate PR | |
on: | |
pull_request_target: | |
types: [opened, edited, synchronize] | |
jobs: | |
cc: | |
name: Validate PR title | |
runs-on: ubuntu-latest | |
steps: | |
# https://github.com/amannn/action-semantic-pull-request/releases | |
- uses: amannn/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.PR_TITLE_GITHUB_TOKEN }} | |
with: | |
# Allowed types: https://www.notion.so/wandbai/Pull-Requests-17966b997841407b95b7c36414ae0634 | |
types: | | |
feat | |
fix | |
docs | |
style | |
refactor | |
perf | |
test | |
analytics | |
build | |
ci | |
chore | |
revert | |
security | |
release | |
wip: false | |
validateSingleCommit: false | |
validateSingleCommitMatchesPrTitle: false |