Skip to content

Commit 78fe6ea

Browse files
Merge branch 'main' into helpsite-consolidate-v2
2 parents 43ded77 + 630ae54 commit 78fe6ea

File tree

823 files changed

+52141
-32337
lines changed

Some content is hidden

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

823 files changed

+52141
-32337
lines changed

.claude/agents/code-inline-reviewer.md

Lines changed: 505 additions & 36 deletions
Large diffs are not rendered by default.

.claude/agents/deploy-blocker-investigator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ Technical explanation of what went wrong in the code.
207207

208208
**DO NOT:**
209209
- Remove `DeployBlockerCash` if there's an App PR that caused or contributed to the issue
210+
- Remove `DeployBlockerCash` if the issue is not reproducible on production
211+
- Remove any of the blocker labels if it has been added by an internal employee
210212
- Remove both blocker labels simultaneously
211213
- Make assumptions about code you haven't read
212214
- Recommend DEMOTE for bugs affecting core functionality (auth, payments, data loss)

.claude/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"extraKnownMarketplaces": {
3+
"callstack-agent-skills": {
4+
"source": {
5+
"source": "github",
6+
"repo": "callstackincubator/agent-skills"
7+
}
8+
}
9+
},
210
"permissions": {
311
"allow": [
412
"mcp__playwright__browser_navigate",

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CAPTURE_METRICS=false
1515
ONYX_METRICS=false
1616
USE_THIRD_PARTY_SCRIPTS=false
1717
IS_EXPENSIFY_EMPLOYEE=false
18+
ENABLE_SENTRY_ON_DEV=false
1819

1920
EXPENSIFY_ACCOUNT_ID_ACCOUNTING=-1
2021
EXPENSIFY_ACCOUNT_ID_ACCOUNTS_PAYABLE=-1

.github/ISSUE_TEMPLATE/Standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Standard issue template
33
about: A standard template to follow when creating a new issue in this repository
4-
labels: Bug, Daily
4+
labels: Bug, Daily, External
55
---
66

77
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensify.com to request to join our Slack channel!

.github/actionlint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ self-hosted-runner:
66
- macos-15-xlarge
77
- macos-12
88
- ubuntu-24.04-v4
9+
- blacksmith-32vcpu-ubuntu-2404
10+
- blacksmith-16vcpu-ubuntu-2404
11+
- blacksmith-8vcpu-ubuntu-2404
12+
- blacksmith-4vcpu-ubuntu-2404
13+
- blacksmith-2vcpu-ubuntu-2404
914

1015
paths:
1116
'**/*':

0 commit comments

Comments
 (0)