Skip to content

Commit

Permalink
ci: Add "build" label type to accepted PR titles (#3541)
Browse files Browse the repository at this point in the history
# Overview
This PR adds the "build" label type to the accepted "Conventional Types"
labels that are accepted.

This is specifically for build-related things (e.g., `Makefile`s). The
existing labels did not really address certain types of possible
changes, in my opinion.
  • Loading branch information
Raunak Bhagat authored Dec 10, 2024
1 parent 4567601 commit c8f8490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","build"]'
add_label: 'true'

0 comments on commit c8f8490

Please sign in to comment.