Skip to content

Commit e29515a

Browse files
carlescufimbolivar-nordic
authored andcommitted
[nrf noup]: Remove "toup" and "temphack" from sauce tags
squash! [nrf noup] ci: Compliance workflow downstream tweaks Those sauce tags have now been removed from the list of admissible ones. Signed-off-by: Carles Cufi <[email protected]>
1 parent a62ea8f commit e29515a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config --global user.name "Your Name"
3939
git remote -v
4040
# Sauce tag checks before rebasing
41-
git log --oneline --first-parent origin/${BASE_REF}..HEAD | grep -E -v "\[nrf (mergeup|fromlist|toup|noup|temphack|fromtree)\]" && { echo 'Sauce tag missing'; exit 1; }
41+
git log --oneline --first-parent origin/${BASE_REF}..HEAD | grep -E -v "\[nrf (mergeup|fromtree|fromlist|noup)\]" && { echo 'Sauce tag missing'; exit 1; }
4242
git rebase origin/${BASE_REF}
4343
# debug
4444
git log --pretty=oneline | head -n 10

0 commit comments

Comments
 (0)