Skip to content

Commit

Permalink
Setup auto_assign
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnadeluy committed Apr 11, 2024
1 parent dd93e92 commit 02aead5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Set to true to add reviewers to pull requests
addReviewers: false

# Set to true to add assignees to pull requests
addAssignees: true

# A list of assignees, overrides reviewers if set
assignees:
- ssb-cgn
- Glenruben
- johnnadeluy
- annesiri
- Carl-OW
- michaelpande

# A number of assignees to add to the pull request
# Set to 0 to add all of the assignees.
# Uses numberOfReviewers if unset.
numberOfAssignees: 1
# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- dependabot

# filterLabels:
# # Run
# include:
# - dependencies

0 comments on commit 02aead5

Please sign in to comment.