From 109089e14cf0a3b658a4c4258a849e12dc4732be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=CF=85=CE=B1=CE=B7=20=D7=A0=CF=85=CE=B1=CE=B7=D1=95?= =?UTF-8?q?=CF=83=CE=B7?= Date: Sat, 15 Aug 2026 13:48:32 -0700 Subject: [PATCH] chore: normalize workflow names stale.yml was a sentence where every other workflow is a short title; commit-lint.yml named a standard rather than its subject. Both now match their file name in title case. Applies specify-workflow-naming tasks 3.a-3.c. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/commit-lint.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/stale.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index b1f65a9cd..eb1ba5668 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -1,4 +1,4 @@ -name: Conventional Commits +name: Commit Lint on: pull_request: branches: [ "main" ] diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index d33974972..fb49432c9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,5 +1,5 @@ --- -name: "Pull Request Labeler" +name: Labeler on: - pull_request_target diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 793b0be2b..81e295fa5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,5 +1,5 @@ --- -name: Mark stale issues and pull requests +name: Stale on: schedule: