We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a4b51b + 8b69736 commit 18865e4Copy full SHA for 18865e4
.github/scripts/commit-checker.sh
@@ -24,7 +24,7 @@ BRANCH_COMMITS=$(git rev-list ${BRANCH_MERGE_BASE}..HEAD)
24
25
# Check every commit message since ancestor for regex match
26
for commit in $BRANCH_COMMITS; do
27
- CURRENT_COMMIT_MSG=$(git log --max-count=1 --format=%B $commit | tr '[a-z]' '[A-Z]')
+ COMMIT_MSG_UPPER=$(git log --max-count=1 --format=%B $commit | tr '[a-z]' '[A-Z]')
28
29
if echo $COMMIT_MSG_UPPER | grep -iqE "$skip_regex"; then
30
echo "************"
README.md
@@ -1,3 +1,3 @@
1
# gh-actions-playground
2
3
-test 23
+test 2345
0 commit comments