Skip to content

Commit 465d629

Browse files
authored
ci: create emoji-helper.yml (#513)
1 parent 52e4994 commit 465d629

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)