...

Text file src/github.com/ory/x/.github/auto_assign.yml

Documentation: github.com/ory/x/.github

     1# Set to true to add reviewers to pull requests
     2addReviewers: true
     3
     4# Set to true to add assignees to pull requests
     5addAssignees: true
     6
     7# A list of reviewers to be added to pull requests (GitHub user name)
     8assignees:
     9  - ory/maintainers
    10
    11# A number of reviewers added to the pull request
    12# Set 0 to add all the reviewers (default: 0)
    13numberOfReviewers: 0
    14
    15addAssignees: author

View as plain text