Skip to content

Commit 31dee4e

Browse files
authored
Merge branch 'main' into style/add-top-margin-to-show-more/fewer-button
2 parents 54ca8e2 + 6ead0a8 commit 31dee4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/welcome-open.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
steps:
1717
- uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c
1818
with:
19+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1920
pr-opened-message: |
2021
Hello! Thank you for opening your **first PR** to npmx, @${{ github.event.pull_request.user.login }}! 🚀
2122

chromatic.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"onlyChanged": true,
44
"autoAcceptChanges": "main",
55
"exitZeroOnChanges": false,
6-
"externals": ["public/**", "app/assets/**", ".storybook/**", "nuxt.config.ts", "uno.config.ts"]
6+
"externals": [".storybook/**", "uno.config.ts"]
77
}

0 commit comments

Comments
 (0)