Tomer Figenblat

Results 16 comments of Tomer Figenblat

Actually, I'm no using the specific custom annotation in my project anymore. But what you're saying makes sense, I think using a flag of that sorts would be great.

This would be very much appreciated...

@dolby360 I think we can can either add a flag inside the _conventional-commits-handler_ to include PR titles: ```yaml --- pr: conventionalCommits: includePrTitle: true rules: 'body-max-line-length': [2, 'always', 150] ``` or...

I'll add the handler for conventional pr titles to auto-me-bot.

@dolby360 new handler released in [auto-me-bot 1.4.0](https://github.com/TomerFi/auto-me-bot/releases/tag/1.4.0).

> I have to ask. Verifying pr title conventions should be quite simple in my opinion. > Do we really need a github app for that? can't we solve it...

@dolby360 You know what... I was going to suggest shell scripting, but I just thought of something way better. If I'm right and this works, you'll love it! hang-on let...

well... yes - and no. #### yes because I was able to run in with a simple two line ci step, you can take a look [here](https://github.com/TomerFi/testpr). 1. Create a...

I think it will better placed if a separate workflow. That way, after fixing a PR title, you can restart just that specific workflow.