You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
1kWords
v1.0.2
A good emoji is worth a thousand words.
Use this GitHub action to ensure that all PR titles start with an emoji!
Create this file in .github/workflows/
name: "Validate emoji"
on:
pull_request:
types: [opened, edited, reopened]
jobs:
validate-emoji:
runs-on: ubuntu-latest
steps:
- name: Pull request title should start with emoji
uses: loadmill/[email protected]