Skip to content

Emoji commit

Actions
Add funny emoji to message of last commit
v1
Latest
By nvti
Star (10)

Emoji action

This is a fun github action, to add random emoji to every pull request title 🚀❤️

Your github repo will look very pretty 😍💐🍅

Screenshot

Inputs

Name Required Description
GITHUB_TOKEN ✔️ In order for GitHub to trigger the rebuild of your page you must provide the action with the repositories provided GitHub token.

Example

Action

Easy to use Emoji action by add github workflow file

name: Add Emoji
on: pull_request

jobs:
  add-emoji:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout 🛎️
        uses: actions/checkout@v2

      - name: Add emoji 🥰
        uses: tiena2cva/action-emoji@v1
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Configure

You can use configure file to customize what emoji will be chosen

Create .github/emoji.yml based on the following template.

# Configuration for action-emoji - https://github.com/tiena2cva/action-emoji

# Include all emoji supported or not
all: false

# Choose what list of emoji you want to use. Support 4 list: people, nature, objects, places.
# If "all" is true, all of list will be included
lists:
  - people
  - nature
  - objects
  - places

# User custom emoji list
customs:
  - atom
  - suspect
  - electron
  - england

Emoji commit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Add funny emoji to message of last commit
v1
Latest
By nvti

Emoji commit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.