🐛 fix(github): Add build type to auto-labeller for dependabot (#36)

## Description

**What(what issue does this code solve/what feature does it add):**

Dependabot does not have a `build` semver type and it keeps triggering
the autolabeller. So, i added that in there, plus slimmed down the
pull_request_template as it required too much info, which made it too
cumbersome filling it
This commit is contained in:
Wanjohi
2024-05-01 02:24:57 +03:00
committed by GitHub
parent 34ed8f90be
commit cea6cc5340
2 changed files with 10 additions and 20 deletions

View File

@@ -26,22 +26,21 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GIT_MASTER_TOKEN }}
with:
#TODO: fix all emojis
types: |-
build
chore
ci
deprecate
docs
feat
fix
chore
docs
test
security
perf
refactor
remove
revert
perf
security
style
deprecate
refactor
ci
build
test
requireScope: false
# Ensures the subject start with an uppercase character.
subjectPattern: ^([A-Z]).+$