Skip to content

Commit

Permalink
Added disable and enabled to allowed pr title (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Feb 12, 2024
1 parent 259e464 commit 37f482c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checkPullRequestTitle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ $string == "remove"*".sqf" ]]; then _throw "Bad name"; fi


# Descriptor
valid_list=(Added Fixed Adjusted Changed Updated Improved Cleaned Replaced Removed Reverted Revert)
valid_list=(Added Fixed Adjusted Changed Updated Improved Cleaned Replaced Removed Reverted Revert Enabled Disabled)
missing_descriptor_error="Missing descriptor [${valid_list[@]}]"
_valid=false
for contain in ${valid_list[@]}; do
Expand Down

0 comments on commit 37f482c

Please sign in to comment.