Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -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'
Loading