Skip to content

Commit 79cddb6

Browse files
authored
Merge branch 'dev' into refactor/query-options
2 parents 41de913 + bb3f141 commit 79cddb6

286 files changed

Lines changed: 9454 additions & 5070 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/TEAM_MEMBERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ R44VC0RP
1313
rekram1-node
1414
thdxr
1515
simonklee
16+
vimtor

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
PLANETSCALE_SERVICE_TOKEN: ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}
3838
STRIPE_SECRET_KEY: ${{ github.ref_name == 'production' && secrets.STRIPE_SECRET_KEY_PROD || secrets.STRIPE_SECRET_KEY_DEV }}
3939
HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY }}
40-
INCIDENT_API_KEY: ${{ secrets.INCIDENT_API_KEY }}
4140
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
4241
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
4342
SENTRY_PROJECT: ${{ vars.WEB_SENTRY_PROJECT }}

.opencode/opencode.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"provider": {},
44
"permission": {
55
"edit": {
6-
"packages/opencode/migration/*": "deny",
6+
"packages/opencode/migration/*": "ask",
77
},
88
},
99
"mcp": {},

0 commit comments

Comments
 (0)