Skip to content

remove erroneously added feature.xml files, fix adding files to release commit #409

remove erroneously added feature.xml files, fix adding files to release commit

remove erroneously added feature.xml files, fix adding files to release commit #409

---
#
# PLEASE NOTE: Managed workflow - do not change manually
#
name: Check commit conventions
on:
pull_request:
branches:
- '*'
jobs:
verify-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# https://github.com/taskmedia/action-conventional-commits
- uses: taskmedia/action-conventional-commits@cb0de258e7309e163ee353a8c38e24e609608cd6 # v1.1.19
with:
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style"
skip_revert: false