Uh oh!
There was an error while loading. Please reload this page.
chore: enforce PR title format with PRLint Reloaded - #8394
Conversation
michalsn
commented
Dec 30, 2023
I'm not sure what others will say, but I believe we were thinking of going in the opposite direction in terms of tightening PR requirements. Potentially speaking... every commit would be checked, or only the most recent? |
sfadschm
commented
Dec 30, 2023
This approach only checks PR titles upon creation, not commit messages involved in the PR, correct? If so, I think this is quite useful and not a hurdle keeping beginners from contributing. |
michalsn
commented
Dec 30, 2023
Ok, maybe I didn't fully understand it. If only the PR title is checked, I would be fine with it. |
Uh oh!
There was an error while loading. Please reload this page.
a4509ff to
817c482Compare
lonnieezell
left a comment
There was a problem hiding this comment.
If I'm understanding how and when this works then I think this is fine. Will also make compiling our changelogs simpler.
paulbalandan
commented
Jan 2, 2024
@lonnieezell thanks for the approval! can you install the Github app to the org so this can be merged? |
lonnieezell
commented
Jan 2, 2024
Sure. How would I do this? |
paulbalandan
commented
Jan 2, 2024
Install it from here: https://github.com/marketplace/prlintreloaded |
lonnieezell
commented
Jan 2, 2024
@paulbalandan Should be installed now for the codeigniter4 org. |
817c482 to
53d1382Comparepaulbalandan
commented
Jan 2, 2024
Rebased to test the app. And all passed 🎉 |
Description
Enforce Conventional Commit format of PR title using PRLint Reloaded
Step 1: Allow access to the
codeigniter4org then to this repo for the app (I have no rights to do so)Step 2: Merge this PR to let the configuration kick in
For the regex reference: https://regex101.com/r/Yh1iT9/1
Checklist: