Wishlist buttons cause CLS on product listings for guest visitors (unnecessary getAllWishlist fetch) #5
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: Add Issue to Project | |
| on: | |
| issues: | |
| types: [ opened ] | |
| jobs: | |
| add-to-project: | |
| uses: PrestaShop/.github/.github/workflows/reusable-add-to-project.yml@master | |
| with: | |
| project-number: 47 | |
| secrets: | |
| TOKEN: ${{ secrets.JARVIS_TOKEN }} |