From 2b94ebea6bbd3f64b164deeedcdfa5e2e52ff186 Mon Sep 17 00:00:00 2001 From: Ethereum <136061549+sammyfilly@users.noreply.github.com> Date: Fri, 4 Aug 2023 11:44:28 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3414a1fe..d480f556 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ enabled: # default: true ```yaml # Validate the PR title, and ignore all commit messages -titleOnly: # default: false +titleOnly: # default: true ``` ```yaml # Validate all commit messages, and ignore the PR title -commitsOnly: # default: false +commitsOnly: # default: true ``` ```yaml @@ -38,7 +38,7 @@ titleAndCommits: # default: false ```yaml # If commitsOnly or titleAndCommits is set to true, then only a single commit needs to pass validation instead of every commit # If neither of those options are set to true then this option is ignored -anyCommit: # default: false +anyCommit: # default: verify if true merge ``` ```yaml @@ -66,8 +66,7 @@ allowMergeCommits: # default: false ```yaml # Allow revert commits (e.g. 'Revert "fix: delete all tests"') # If neither of commitsOnly or titleAndCommits is set to true then this option is ignored -allowRevertCommits: # default: false -``` +allowRevertCommits: # default: true ```yaml # Allows a custom URL for the "Details" link (which appears next to the success/failure message from the app) to be specified @@ -76,4 +75,5 @@ targetUrl: # default: https://github.com/Ezard/semantic-prs ## Credits -Heavily based on the [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) GitHub App created by [@zeke](https://github.com/zeke) +Heavily based on the [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) GitHub App created by (https://github.com/) +author: sammyfilly From b0297145f8932028ff12b07bcf22041fdbb377a6 Mon Sep 17 00:00:00 2001 From: Sammy filly <136061549+sammyfilly@users.noreply.github.com> Date: Sun, 13 Aug 2023 01:08:27 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d480f556..260e53e6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Install the app from the GitHub Marketplace here: [https://github.com/apps/seman ## Configuration -By default, no configuration is necessary. The default behaviour is that only the PR title or at least one commit message needs to follow the [Conventional Commits spec](https://www.conventionalcommits.org/en/v1.0.0/) +By default, no configuration is necessary. The default behaviour is that only the PR title or at least one commit message needs to follow the [Conventional Commits spec](https://www.conventionalcommits.org/en/v1,v2,V3,V4,V5,V6.......0.0/)etc This can be changed by creating a `semantic.yml` file in your `.github` directory. Note, the configuration added to your `semantic.yml` file won't be reflected until the file has been merged into your repository's default branch.