alibaba--zvec
22cb3cc4b5
* ci: auto pr assign by CODEOWNERS * fix * Update .github/workflows/community-pr-handler.yml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update .github/workflows/auto-assign.yml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * add python owners --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
25 行
585 B
YAML
25 行
585 B
YAML
# Auto-assign configuration
|
|
# Documentation: https://github.com/kentaro-m/auto-assign-action
|
|
#
|
|
# NOTE: Reviewers are assigned via CODEOWNERS file based on file paths.
|
|
# This config only handles assignee assignment.
|
|
|
|
# Automatically add PR author as assignee
|
|
addAssignees: author
|
|
|
|
# Number of assignees to add (0 = add all from the list)
|
|
numberOfAssignees: 0
|
|
|
|
# Reviewers are handled by CODEOWNERS, not here
|
|
addReviewers: false
|
|
|
|
# Skip draft PRs
|
|
skipDraft: true
|
|
|
|
# Skip keywords in PR title (won't assign if title contains these)
|
|
skipKeywords:
|
|
- wip
|
|
- WIP
|
|
- draft
|
|
- DRAFT
|