From 6b1eac451ab0ccc95bc59ee7753df6b83da5e469 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 11 Aug 2024 16:00:11 -0400 Subject: [PATCH] feat: add semantic pr config (#377) --- .github/semantic.yml | 14 ++++++++++++++ .github/workflows/global-replicator.yml | 1 + 2 files changed, 15 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 0000000..b5eb70d --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,14 @@ +--- +# This file is centrally managed in https://github.com//.github/ +# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in +# the above-mentioned repo. + +# This is the configuration file for https://github.com/Ezard/semantic-prs + +enabled: true +titleOnly: true # We only use the PR title as we squash and merge +commitsOnly: false +titleAndCommits: false +anyCommit: false +allowMergeCommits: false +allowRevertCommits: false diff --git a/.github/workflows/global-replicator.yml b/.github/workflows/global-replicator.yml index 3d59d8b..72a5e56 100644 --- a/.github/workflows/global-replicator.yml +++ b/.github/workflows/global-replicator.yml @@ -81,6 +81,7 @@ jobs: .github/dependabot.yml, .github/label-actions.yml, .github/pr_release_template.md, + .github/semantic.yml, .github/workflows/auto-create-pr.yml, .github/workflows/automerge.yml, .github/workflows/autoupdate.yml,