Skip to content

Commit e0773f6

Browse files
authored
Merge branch 'webex:next' into next
2 parents 6d39f62 + 0a43537 commit e0773f6

71 files changed

Lines changed: 15384 additions & 1777 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
TITLE="${{ github.event.pull_request.title }}"
4545
echo "PR Title is: '$TITLE'"
4646
47-
regex="^(fix|feat|chore)\([^()]+\): .+"
47+
regex="^(fix|feat|chore|docs)\([^()]+\): .+"
4848
4949
if [[ $TITLE =~ $regex ]]; then
5050
echo "PR title is valid."

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pids
1515
*.swp
1616
*.log
1717
*.log.*
18-
logs
1918
log
2019
npm-debug.log*
2120
yarn-debug.log*
@@ -39,6 +38,7 @@ reports/
3938

4039
#Local stuff
4140
*.json
41+
!docs/changelog/logs/*.json
4242
.env*
4343
!.env.default
4444
!package.json

0 commit comments

Comments
 (0)