From 0130bb4bd688322f1554c3efda3e45e6092647c5 Mon Sep 17 00:00:00 2001 From: John Ajera <37360952+jajera@users.noreply.github.com> Date: Sat, 26 Apr 2025 06:22:40 +0000 Subject: [PATCH] docs: update readme updates example --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1f6437..3c3b11e 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,16 @@ jobs: ### With Custom Configuration ```yaml -name: Validate Commit Message +name: Commit Message Conformance on: - pull_request: - types: [opened, synchronize, reopened] + pull_request: {} + +permissions: + statuses: write + checks: write + contents: read + pull-requests: read jobs: validate-commit: