mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-01-10 16:29:12 +08:00
ci: create emoji-helper.yml (#513)
This commit is contained in:
parent
52e4994efb
commit
465d62928d
14
.github/workflows/emoji-helper.yml
vendored
Normal file
14
.github/workflows/emoji-helper.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Emoji Helper
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
emoji:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions-cool/emoji-helper@v1.0.0
|
||||||
|
with:
|
||||||
|
type: 'release'
|
||||||
|
emoji: '+1, laugh, heart, hooray, rocket, eyes'
|
Loading…
Reference in New Issue
Block a user