argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.94k stars 5.46k forks source link

Use Action for semantic pull requests check #9206

Open crenshaw-dev opened 2 years ago

crenshaw-dev commented 2 years ago

Summary

Use an action instead of a GitHub App to enforce semantic PRs.

Motivation

The semantic PR check has been down for a while. It's maintained by one person. The one person recommended people switch to an Action.

Proposal

Use one of the alternatives suggested in the author's README. https://github.com/zeke/semantic-pull-requests#alternatives

mkilchhofer commented 2 years ago

The maintainer now shut down the project permanently:

So lets migrate to an action based alternative. 👍