Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
updated config file
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Apr 10, 2021
1 parent 23222c6 commit 7eaf52b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .zeobot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ auto_assign:
use_review_groups: false
use_assignee_groups: false
add_reviewers: true
add_assignees: false
add_assignees: true
number_of_assignees: 0
number_of_reviewers: 0
review_groups:
Expand All @@ -39,6 +39,8 @@ auto_assign:
- TeodorHMX1
- Teogor
assignees_to_add:
- TeodorHMX1
- Teogor
skip_keywords:

# Autodelete Merged Branches (AMB)
Expand Down Expand Up @@ -96,12 +98,12 @@ license_checker:
# with extension
extensions:
- java
- kt
- xml
# files to ignore
to_ignore:
# with path
files_path:
- sample/

# Draft Release (DR)
# automatically make a draft release
Expand Down Expand Up @@ -145,16 +147,16 @@ draft_release:
# these labels will influence the next version
labels:
- '@security'
- '@priority-critical'
- '@feature'
- '@priority-high'
- '@maintenance'
- '@priority-high'
# patch - version category
patch:
# these labels will influence the next version
labels:
- '@dependency-update'
- '@enhancement'
- '@priority-critical'
- '@priority-medium'
- '@priority-low'
- '@priority-very-low'
Expand Down Expand Up @@ -191,4 +193,4 @@ draft_release:

########################
# Configuration Ends #
########################
########################

0 comments on commit 7eaf52b

Please sign in to comment.