From 742c9bddd84abf6235c228b09c9d8d4c85dd7030 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:42:53 -0400 Subject: [PATCH] ci: add `semantic.yml` --- .github/semantic.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 000000000..62ebf5e07 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,24 @@ +--- +# 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: true +targetUrl: 'https://github.com/devicons/devicon/blob/master/.github/semantic.yml' +types: + # default conventional commit types (for non icon PRs) + - 'chore' + - 'ci' + - 'docs' + - 'feat' + - 'fix' + - 'refactor' + - 'style' + - 'test' + # custom devicon types (for icon PRs) + - 'new icon' + - 'update icon'