Skip to content

fix: senders store in array_annotations dictionary #27

fix: senders store in array_annotations dictionary

fix: senders store in array_annotations dictionary #27

Workflow file for this run

name: Validate Pull Request Name
on:
pull_request:
types: [edited, opened, reopened]
jobs:
validate-pr-title:
# Trigger only for local PR when PR is edited (title, description, etc.)
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/PRConventionalCommits@1.3.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","revert"]'