ScenicFramework / scenic

Core Scenic library
Apache License 2.0
1.99k stars 137 forks source link

Enforce PR title length in a GitHub Action3 #309

Closed axelson closed 1 year ago

axelson commented 1 year ago

Description

Enforce the PR title length in a GitHub action instead of as a checklist item

Uses https://github.com/marketplace/actions/pull-request-title-rules

Motivation and Context

I got tired of manually checking the length of PR titles when this should be something that the computer is able to enforce for us.

Types of changes

Checklist