diff --git a/.github/workflows/auto-draft-prs.yml b/.github/workflows/enforce-draft-pr-status.yml similarity index 99% rename from .github/workflows/auto-draft-prs.yml rename to .github/workflows/enforce-draft-pr-status.yml index 9f2615d79..8e4e76677 100644 --- a/.github/workflows/auto-draft-prs.yml +++ b/.github/workflows/enforce-draft-pr-status.yml @@ -1,4 +1,4 @@ -name: Auto-Draft PRs +name: Enforce Draft PR Status # This workflow automatically converts new PRs to draft status. # Rationale: Making a PR "ready for review" should be a conscious decision.