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

Enforce PR Labeling #14399

Open desertaxle opened 3 days ago

desertaxle commented 3 days ago

First check

Description

To generate quality release notes, PRs must be tagged with their purpose (e.g. fix, enhancement, maintenance, etc.). Sometimes, PR submitters forget to tag their PRs, which leads to a large ‘Uncategorized’ section in our generated release notes. We should add a workflow that checks for tags on a PR and fails if a PR is not tagged.

Impact

No response

Additional context

No response