Cart FormComponent LiveActions mutate completed orders when stale LiveProp id is rehydrated (data loss) #7239
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Bunnyshell - Stop Preview Environment | |
| concurrency: bns-start-stop-${{ github.event.issue.number }} | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| start: | |
| name: Stop Environment | |
| uses: bunnyshell/workflows/.github/workflows/stop-env.yaml@v2 | |
| with: | |
| project-id: ${{ vars.BUNNYSHELL_PROJECT_ID }} | |
| pr-number: ${{ github.event.issue.number }} | |
| allowed-users: ${{ vars.BUNNYSHELL_ALLOWED_USERS }} | |
| comment-on-pr: true | |
| secrets: | |
| bunnyshell-access-token: ${{ secrets.BUNNYSHELL_ACCESS_TOKEN }} |