From f65502d006d668b74d295e0c3c144f68a1bb7445 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 9 Sep 2024 15:12:14 -0400 Subject: [PATCH] ENH: Rename workflow file to match Slicer existing convention --- .../workflows/{check-commit-message.yml => commit-message.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{check-commit-message.yml => commit-message.yml} (100%) diff --git a/.github/workflows/check-commit-message.yml b/.github/workflows/commit-message.yml similarity index 100% rename from .github/workflows/check-commit-message.yml rename to .github/workflows/commit-message.yml diff --git a/README.md b/README.md index ae873e0..ead2bac 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ guidelines. To automatically enforce the Slicer commit message style during pull requests or pushes to the `main` branch, create a workflow file at -`.github/workflows/check-commit-message.yml` with the following content: +`.github/workflows/commit-message.yml` with the following content: ```yaml name: "Commit Message Check"