Skip to content

Commit ec1f8a2

Browse files
committed
Merge branch 'main' into fix/waterim/OnyxConnectionManager
2 parents cb47923 + d2000b5 commit ec1f8a2

Some content is hidden

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

65 files changed

+77218
-10027
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Each set of changes should be tested against the Expensify/App repo on all platf
3030
- [ ] iOS / native
3131
- [ ] iOS / Safari
3232
- [ ] MacOS / Chrome / Safari
33-
- [ ] MacOS / Desktop
3433
- [ ] I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
3534
- [ ] I followed proper code patterns (see [Reviewing the code](https://github.com/Expensify/App/blob/main/contributingGuides/PR_REVIEW_GUIDELINES.md#reviewing-the-code))
3635
- [ ] I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. `toggleReport` and not `onIconClick`)
@@ -98,9 +97,3 @@ Each set of changes should be tested against the Expensify/App repo on all platf
9897

9998
</details>
10099

101-
<details>
102-
<summary>MacOS: Desktop</summary>
103-
104-
<!-- add screenshots or videos here -->
105-
106-
</details>

.github/actionlint.yml

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

.github/actions/javascript/reassureStabilityCheck/index.js

Lines changed: 4896 additions & 4143 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: 'Require Tests'
2+
description: 'Checks that PRs modifying source files in lib/ include corresponding test changes.'
3+
runs:
4+
using: 'node20'
5+
main: './index.js'

0 commit comments

Comments
 (0)