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.
1 parent 6caac05 commit 2fbfb77Copy full SHA for 2fbfb77
1 file changed
.github/workflows/runner-publish.yaml
@@ -85,7 +85,7 @@ jobs:
85
86
format_other_section() {
87
local title="🧼 Other Changes"
88
- local content=$(echo "$LOG" | grep -vE '^(feat|feature|fix|test|chore|refactor|internal|ci|docs|deps|dependencies)' || true)
+ local content=$(echo "$LOG" | grep -vE "feat|feature|fix|test|chore|refactor|internal|ci|docs|deps|dependencies" || true)
89
if [[ -n "$content" ]]; then
90
echo "### $title"
91
echo "$content"
0 commit comments