Skip to content

Whatsapp Meta preview does not work if inlinecss is used with tailwind. Style tags is added before meta tags and whatsapp takes only first 300kb of html for previewing. #1519

Whatsapp Meta preview does not work if inlinecss is used with tailwind. Style tags is added before meta tags and whatsapp takes only first 300kb of html for previewing.

Whatsapp Meta preview does not work if inlinecss is used with tailwind. Style tags is added before meta tags and whatsapp takes only first 300kb of html for previewing. #1519

name: Triage Issues with AI
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Setup corepack
run: |
npm i -g [email protected]
corepack enable
- name: 'Send report to Slack (AI-powered)'
run: node ./.github/actions/next-repo-actions/dist/triage-issues-with-ai/index.js
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
VERCEL_PROTECTION_BYPASS: ${{ secrets.VERCEL_PROTECTION_BYPASS }}