PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.32k stars 1.5k forks source link

Add workflow to enforce labels on PRs #14413

Open desertaxle opened 2 days ago

desertaxle commented 2 days ago

Adds a workflow to ensure that PRs are tagged with a tag named in .github/release.yml. This will ensure that we can properly categorize PRs in auto-generated release notes.

Closes https://github.com/PrefectHQ/prefect/issues/14399

Example

Checklist