about summary refs log tree commit diff
path: root/.github/workflows/pull-request-commit.yml
Commit message (Collapse)AuthorAgeFilesLines
* Skip `intl:compile` if not needed (#8837)Samuel Newman2025-08-131-1/+2
| | | | | | | * skip intl compile if not needed * add intl:compile to pull request ci * compile -> build just to match others
* use custom github action for fingerprinting (#4226)Hailey2024-05-281-24/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use custom github action for fingerprinting * update pr workflow * update names of workflows * make a native change (testing) * adjust the action * Revert "make a native change (testing)" This reverts commit 8db98357330c24b4ac89b795dc73e3d84a29d9af. * update bundle-deploy script * test a prod build * crazy depth * manually set * use prod default * force prod * revert test changes * save cache after deploy * revert testing
* only run labelers for core team (#3426)Hailey2024-04-051-8/+7
| | | | | | | * use `pull_request_target` instead of `pull_request` * adjust * only run for core team
* migrate to 'expo-haptics' (#3418)Hailey2024-04-041-3/+2
| | | | | * migrate to 'expo-haptics' * run yarn install twice if necessary
* fix comments on prs (#3406)Hailey2024-04-041-154/+18
| | | | | | | * fix comments on prs * remove labels * remove test
* Simplify list logic further to prevent misuse (#3334)Hailey2024-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplify list logic further more simplification simplify by removing `isEmpty` use `isFetchingNextPage` everywhere for clarity change `isFetching` to `isFetchingNextPage` for clarity remove some useless `useMemo`s move `renderItem` and `keyExtractor` out of component * clean bundle size check * update deploy * adjust * adjust * one test * try now * test it * done
* Add webpack analyzer, PR comments for webpack bundle size (#3383)Hailey2024-04-031-5/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | try that again 9 try that again 8 try that again 7 try that again 6 try that again 5 try that again 4 try that again 3 try that again 2 try that again merge base 3 merge base 2 merge base use latest main commit rather than tag webpack diff analyzer use cache v4 use cache again... blegh blegh try cache again cache try again one more adjutment adjust okay again maybe maybe now? maybe now oops again oops add diff comments add open analyzer script add webpack analyzer
* Use [bot] in action username (#3250)Hailey2024-03-181-1/+1
|
* Fix PR labeler bot comment delete (#3249)Hailey2024-03-181-2/+2
|
* Adjust PR Labeler (#3224)Hailey2024-03-151-1/+1
|
* Add package diff PR labeler (#3212)Hailey2024-03-151-0/+185
* add PR labeler * test cache * rm change