uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

Ensure PR description follows a template when potential breaking changes are made #1351

Closed taylanisikdemir closed 2 days ago

taylanisikdemir commented 3 days ago

What changed? Adding a new github workflow to run on schema changes and fails if the PR template is missing critical information.

Why? To warn the developer about potential breaking changes.

How did you test it? Made some changes on activity.go and validated the workflow is failing as expected when PR description is missing required sections.