expo / expo/expo-github-action
Differentiate between bundles
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
We're building one dev client which we use for multiple projects/bundles. We currently have 2 app bundles and one for storybooks, all using the same dev client and native code.
Currently - to make all bundles show up in the dev client (when navigating there) this requires the Expo project to be identical. But this also means the comments from expo-github-action are identical, resulting in 3 identical comments (even if the QR codes are pointing to different bundles).
I understand it might be complicated to accomodate for all use cases here. So what I'd suggest is just a simple way to add a custom comment/name of some kind to differentiate between different comments. Something like a "commentTitle" that can be sent as an additional parameter to the workflow.
Contributor guide
Assessment
This issue has not been assessed yet.