Add a Github action to launch a build of the showcase when the PR is considered as OK on a technical point of view, thus ready for functional review by designers.
NOTE : the build is not launched on the Decathlon Public Bitrise account, thus, the workflow is not stored in the bitrise.yml file of the repo
Context
This PR aims to provide a showcase app on each PR to ease the design review.
The showcase will be built only when :
the PR is tagged with the 'Ready for Design Review' label
the PR is updated (new commit, change base branch,...) since it is already labeled with 'Ready for Design Review'
The build will be made available on the private channel #vitamin-ios-functional-reveiws of the Decathlon Design System slack.
It aims to handle the #27 issue : resolves #27
Checklist
[x] Make sure you are requesting to pull a topic/feature/bugfix branch. Please, don't request directly from your main!
Changes description
Add a Github action to launch a build of the showcase when the PR is considered as OK on a technical point of view, thus ready for functional review by designers.
NOTE : the build is not launched on the Decathlon Public Bitrise account, thus, the workflow is not stored in the bitrise.yml file of the repo
Context
This PR aims to provide a showcase app on each PR to ease the design review. The showcase will be built only when :
Checklist
Does this introduce a breaking change?
Screenshots
Slack Notification on private channel of Decathlon Design System slack:
Other information
This PR only handles the build of 'snapshot' showcase app on PR. The build of "release" showcase app will be the topic of another PR.