Skip to content

Commit f9e823b

Browse files
authored
Create emoji-helper.yml (#4315)
1 parent d5952c0 commit f9e823b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/emoji-helper.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Emoji Helper
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
emoji:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions-cool/[email protected]
12+
with:
13+
type: 'release'
14+
emoji: '+1, laugh, heart, hooray, rocket, eyes'

0 commit comments

Comments
 (0)