diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml index 99ee463..04b9cb3 100644 --- a/.github/workflows/pr-label.yml +++ b/.github/workflows/pr-label.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@b72758283dcbee706975950e96bc4bf323a8d8c0 + uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'