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"