Skip to content

nvti/action-emoji

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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