Skip to content

Commit a4ac6ea

Browse files
Merge branch 'renovate/all-minor-patch' into patch-4
2 parents fb59bc0 + a7fcfee commit a4ac6ea

File tree

5 files changed

+696
-101
lines changed

5 files changed

+696
-101
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

app/components/Package/Maintainers.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ watch(
238238

239239
<!-- Show more/less toggle (only when not managing and there are hidden maintainers) -->
240240
<ButtonBase
241+
class="mt-2"
241242
v-if="!canManageOwners && hiddenMaintainersCount > 0"
242243
@click="showAllMaintainers = !showAllMaintainers"
243244
>

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)