You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
257 B
14 lines
257 B
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'
|
|
|