diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4c50d0be83..9951011224 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,5 +11,5 @@ jobs: - name: PR Conventional Commit Validation uses: ytanikin/pr-conventional-commits@1.5.1 with: - task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' + task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "depr"]' add_label: 'false'