Skip to content

Commit

Permalink
chore: Remove automatic PR labeling (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins authored Jul 8, 2024
1 parent 2bc6839 commit 6ef44e1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/validate_pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,4 @@ jobs:
uses: ytanikin/[email protected]
with:
task_types: '["fix","feat","refactor","perf","spike","hotfix","revert","chore","docs","test","build"]'
custom_labels: >-
{ "fix": "fix",
"feat": "feature",
"refactor": "refactor",
"perf": "performance",
"spike": "spike",
"hotfix": "hotfix",
"revert": "revert",
"chore": "chore",
"docs": "documentation",
"test": "test",
"build": "build"
}
add_label: false

0 comments on commit 6ef44e1

Please sign in to comment.