mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
Delete meme-greetings.yml (#41449)
This commit is contained in:
parent
2bd138ea8e
commit
691f819ba4
36
.github/workflows/meme-greetings.yml
vendored
36
.github/workflows/meme-greetings.yml
vendored
@ -1,36 +0,0 @@
|
|||||||
name: Memer Workflow
|
|
||||||
|
|
||||||
on: [pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
greeting:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: Run Memer Action
|
|
||||||
id: memer
|
|
||||||
|
|
||||||
uses: Bhupesh-V/memer-action@master
|
|
||||||
with:
|
|
||||||
filter: "new"
|
|
||||||
|
|
||||||
- name: Check Outputs
|
|
||||||
run: |
|
|
||||||
echo "${{ steps.memer.outputs.meme }}"
|
|
||||||
echo "${{ steps.memer.outputs.title }}"
|
|
||||||
echo "${{ steps.memer.outputs.source }}"
|
|
||||||
|
|
||||||
- name: Create comment
|
|
||||||
uses: peter-evans/create-or-update-comment@v1.3.0
|
|
||||||
id: couc
|
|
||||||
with:
|
|
||||||
issue-number: ${{ github.event.number }}
|
|
||||||
body: |
|
|
||||||
🎉🎉 Thanks for opening this PR 🤗
|
|
||||||
Please wait while the maintainer(s) review it
|
|
||||||
|
|
||||||
Meanwhile have a look at this 😝 :
|
|
||||||
|
|
||||||
> **${{ steps.memer.outputs.title }}**
|
|
||||||
<img src="${{ steps.memer.outputs.meme }}" alt="meme" width="400" />
|
|
||||||
<sub>ℹ️ <a href="${{ steps.memer.outputs.source }}">Source</a> [ Powered By 🔥 <a href="https://github.com/Bhupesh-V/memer-action">Memer Action</a> ]</sub>
|
|
Loading…
Reference in New Issue
Block a user