Browse Source

ci: add emoji helper

pull/8685/head
xrkffgg 5 years ago
committed by GitHub
parent
commit
de0c89ffc2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .github/workflows/emoji-helper.yml

14
.github/workflows/emoji-helper.yml

@ -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…
Cancel
Save