1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 17:31:18 +01:00

tools/pr_check: add Update keywork to need squashing check

This commit is contained in:
Alexandre Abadie 2022-03-17 20:01:06 +01:00
parent 936696fd16
commit 698665edad
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -36,7 +36,8 @@ keyword_filter() {
grep -i \
-e "^ [0-9a-f]\+ .\{0,2\}SQUASH" \
-e "^ [0-9a-f]\+ .\{0,2\}FIX" \
-e "^ [0-9a-f]\+ .\{0,2\}REMOVE *ME"
-e "^ [0-9a-f]\+ .\{0,2\}REMOVE *ME" \
-e "^ [0-9a-f]\+ .\{0,2\}Update"
}
SQUASH_COMMITS="$(git log $(git merge-base HEAD "${RIOT_MASTER}")...HEAD --pretty=format:" %h %s" | \