Skip to content

feat: support send component message in chat #2204

feat: support send component message in chat

feat: support send component message in chat #2204

Workflow file for this run

name: Auto Labeler
on:
pull_request_target:
types: [opened, edited]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: opensumi/actions/bot-token@main
id: bot-token
with:
token-server: ${{ secrets.BOT_TOKEN_SERVER }}
flag: ${{ secrets.BOT_FLAG }}
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{env.GITHUB_TOKEN}}