Skip to content

Commit

Permalink
feat: add semantic pr config (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Aug 11, 2024
1 parent 27a163e commit 6b1eac4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# This file is centrally managed in https://github.com/<organization>/.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
1 change: 1 addition & 0 deletions .github/workflows/global-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6b1eac4

Please sign in to comment.