Skip to content

Commit 76272e6

Browse files
committed
Merge branch 'main' into greg/tool-2477-basic-7702-support-in-ts-sdk
2 parents 4413b3a + c06ecda commit 76272e6

File tree

523 files changed

+13764
-9124
lines changed

Some content is hidden

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

523 files changed

+13764
-9124
lines changed

.changeset/four-ducks-try.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/polite-trains-kick.md

Lines changed: 16 additions & 0 deletions

.changeset/shy-bats-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-pears-check.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 10 additions & 2 deletions

.github/workflows/auto-assign.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
if: |
1414
github.event.pull_request.author_association == 'MEMBER' ||
1515
github.event.pull_request.author_association == 'OWNER' ||
16-
github.event.pull_request.author_association == 'COLLABORATOR'
16+
github.event.pull_request.author_association == 'COLLABORATOR' ||
17+
github.event.pull_request.author_association == 'CONTRIBUTOR'
1718
steps:
1819
- uses: toshimaru/[email protected]

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, edited, ready_for_review]
66

77
env:
8-
VALID_ISSUE_PREFIXES: "CORE|TOOL"
8+
VALID_ISSUE_PREFIXES: "CORE|TOOL|NEB|INFRA"
99

1010
jobs:
1111
linear:

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/stale@v9
1111
with:
12-
stale-issue-message: 'This issue has been inactive for 30 days. It is now marked as stale and will be closed in 5 days if no further activity occurs.'
13-
stale-pr-message: 'This PR has been inactive for 30 days. It is now marked as stale and will be closed in 5 days if no further activity occurs.'
12+
stale-issue-message: 'This issue has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs.'
13+
stale-pr-message: 'This PR has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs.'
1414
days-before-stale: 7
1515
days-before-close: 2

apps/dashboard/framer-rewrites.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ module.exports = [
3838
"/community/startup-program",
3939
// -- grants --
4040
"/grant/superchain",
41+
// -- templates --
42+
"/templates",
43+
"/templates/:template_slug",
4144
];

apps/dashboard/knip.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
33
"next": true,
4-
"ignore": ["src/@/components/ui/**"],
4+
"ignore": [
5+
"src/@/components/ui/**",
6+
"src/components/notices/AnnouncementBanner.tsx"
7+
],
58
"project": ["src/**"],
69
"ignoreBinaries": ["only-allow", "biome"],
710
"ignoreDependencies": ["@storybook/blocks", "@thirdweb-dev/service-utils"]

0 commit comments

Comments
 (0)