mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
87c34c8e90
* Update compressed-size.yml * Update issue-check-inactive.yml * Update issue-close-require.yml * Update issue-labeled.yml * Update issue-open-check.yml * Update issue-remove-inactive.yml * Update pr-check-merge.yml * Update preview-build.yml * Update preview-start.yml * Update rebase.yml * Update ui.yml * Update issue-labeled.yml
26 lines
785 B
YAML
26 lines
785 B
YAML
# When `preview-build` start. Leave a message on the PR
|
|
#
|
|
# 🚨🚨🚨 Important 🚨🚨🚨
|
|
# Never do any `checkout` or `npm install` action!
|
|
# `pull_request_target` will enable PR to access the secrets!
|
|
|
|
name: Preview Start
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
jobs:
|
|
preview-start:
|
|
name: start preview info
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: update status comment
|
|
uses: actions-cool/maintain-one-comment@v1.1.0
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
body: |
|
|
![Prepare preview](https://user-images.githubusercontent.com/5378891/72351368-2c979e00-371b-11ea-9652-eb4e825d745e.gif)
|
|
<!-- AUTO_PREVIEW_HOOK -->
|
|
body-include: '<!-- AUTO_PREVIEW_HOOK -->'
|