Skip to content

Commit

Permalink
Merge branch 'main' into loader-target-path
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Oct 29, 2024
2 parents 9d44bd9 + 63f6d80 commit 99f19ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/conventional-commit-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Commit Message Title Validation"

on:
pull_request:
types: [opened, synchronize, reopened, edited]

jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: Commit Message Title Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"]'
add_label: "true"
custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "CI/CD", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert", "wip": "WIP"}'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dependabot auto-approve / -merge
name: "Dependabot Auto-approve / -merge"

on: pull_request

Expand Down

0 comments on commit 99f19ab

Please sign in to comment.