Skip to content

feat(hubot-wisdom): Add a wisdom hubot module #34

feat(hubot-wisdom): Add a wisdom hubot module

feat(hubot-wisdom): Add a wisdom hubot module #34

Workflow file for this run

name: Conventional Commits
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/[email protected]
with:
allowed-commit-types: "feat,fix,bug,chore" # Optional, set if you want a subset of commit types to be allowed.