Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LizardByte/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 263e3c8dfa1e7fa363e33e7021db138d947b765c
Choose a base ref
..
head repository: LizardByte/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88e70815813399730e28839a6f17465478f33215
Choose a head ref
Showing with 15 additions and 0 deletions.
  1. +14 −0 .github/semantic.yml
  2. +1 −0 .github/workflows/global-replicator.yml
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
@@ -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,