Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👮ci(something): added action to lint PR title something something #24

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

anshulsahni
Copy link
Owner

@anshulsahni anshulsahni commented May 31, 2021

Something

@anshulsahni anshulsahni self-assigned this May 31, 2021
@anshulsahni anshulsahni changed the title 👮ci: added action to lint PR title 👮ci: added action to lint PR title something Jun 15, 2021
@anshulsahni anshulsahni changed the title 👮ci: added action to lint PR title something 👮ci: added action to lint PR title something something Jun 15, 2021
@anshulsahni anshulsahni changed the title 👮ci: added action to lint PR title something something 👮ci: added action to lint PR title something something something Jun 15, 2021
@anshulsahni anshulsahni force-pushed the pr_title_linter branch 11 times, most recently from 7e8ac9a to e44a1a4 Compare June 16, 2021 18:41
@anshulsahni anshulsahni changed the title 👮ci: added action to lint PR title something something something 👮ci: added action to lint PR title something something something something Jun 16, 2021
@anshulsahni anshulsahni changed the title 👮ci: added action to lint PR title something something something something 👮ci(something): added action to lint PR title something something something something Jun 16, 2021
@anshulsahni anshulsahni changed the title 👮ci(something): added action to lint PR title something something something something 👮ci(something): added action to lint PR title something something something Jun 16, 2021
@anshulsahni anshulsahni changed the title 👮ci(something): added action to lint PR title something something something 👮ci(something): added action to lint PR title something something Jun 16, 2021
@anshulsahni
Copy link
Owner Author

Facing issue with this, since commitlint is not working properly when emojis are present in types-enum,

example

echo "feat(something): something more" | commitlint --config prlint.config.js is working properly

but,

echo "🍺feat(something): something more" | commitlint --config prlint.config.js something which throws out error that type cannot be empty & subject cannot be empty

there is one package which works well with gitmoji but that is actually in places other than will make commit look like
:beer:feat(something): Something more since gitmoji are actually text which github ecosystem recognises as emoji. This is repo link for it https://github.com/arvinxx/gitmoji-commit-workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant