Skip to content

feat(FON-24): adds nomination file outcome #127

feat(FON-24): adds nomination file outcome

feat(FON-24): adds nomination file outcome #127

Workflow file for this run

name: PR Conventional Commit Validation
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.4.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'