Skip to content

Commit

Permalink
Added Adjusted to pr name script (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Jan 26, 2024
1 parent 6d6e193 commit f2f1d40
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 Changed Updated Improved Cleaned Replaced Removed Reverted Revert)
valid_list=(Added Fixed Adjusted Changed Updated Improved Cleaned Replaced Removed Reverted Revert)
missing_descriptor_error="Missing descriptor [${valid_list[@]}]"
_valid=false
for contain in ${valid_list[@]}; do
Expand Down

0 comments on commit f2f1d40

Please sign in to comment.