This is a fun github action, to add random emoji to every pull request title 🚀❤️
Your github repo will look very pretty 😍💐🍅
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. |
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 }}
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