Skip to content

[stable3.7] fix(dns): Update public suffix list #228

[stable3.7] fix(dns): Update public suffix list

[stable3.7] fix(dns): Update public suffix list #228

name: Conventional Commits
on:
pull_request:
types: [opened, ready_for_review, reopened, synchronize]
branches:
- stable*
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0
with:
allowed-commit-types: "fix,docs,style,refactor,test,build,perf,ci,chore,revert,merge" # Anything but "feat" https://github.com/webiny/action-conventional-commits/blob/8bc41ff4e7d423d56fa4905f6ff79209a78776c7/action.yml#L9C15-L9C85