Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
# Set to true to add reviewers to pull requests
2
addReviewers: true
3
 
4
# Set to true to add assignees to pull requests
5
addAssignees: true
6
 
7
# A list of reviewers to be added to pull requests (GitHub user name)
8
reviewers:
9
  - ewallah
10
 
11
# A list of keywords to be skipped the process that add reviewers if pull requests include it
12
skipKeywords:
13
  - wip
14
 
15
# A number of reviewers added to the pull request
16
# Set 0 to add all the reviewers (default: 0)
17
numberOfReviewers: 0