Skip to content

actions-cool/emoji-helper

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

🤪 Emoji 助手

简体中文 | English

给 Issue、PR、Release、Comment 增加 Emoji

🚀 How to use?

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'

Inputs

名称 描述 必填
token GitHub token。如果不传,即为默认 token。
type 事件类型。可选:issue pr release comment
emoji 增加 emoji
comment-id 评论类型的 ID 。
  • comment-id:一般可能不太好找,参照

Emoji 类型

content emoji
+1 👍
-1 👎
laugh 😄
confused 😕
heart ❤️
hooray 🎉
rocket 🚀
eyes 👀

⚡ 反馈

欢迎你来尝试使用,并提出意见,你可以通过以下方式:

  • 通过 Issue 报告 bug 或进行咨询
  • 提交 Pull Request 改进 emoji-helper 的代码

也欢迎加入 钉钉交流群

更新日志

CHANGELOG

LICENSE

MIT