mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
cc714f112f
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19 lines
513 B
YAML
19 lines
513 B
YAML
name: PR Docs Start
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
preview:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: create
|
|
uses: actions-cool/maintain-one-comment@v3.0.0
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
body: |
|
|
<img width="400" src="https://user-images.githubusercontent.com/17680888/145667098-5fc781c7-4c6d-463a-af06-133e9195c01b.png">
|
|
<!-- ELEMENT_PLUS_PREVIEW -->
|
|
body-include: '<!-- ELEMENT_PLUS_PREVIEW -->'
|