diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index bab9bf0..f556502 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -1,14 +1,12 @@ # Set to true to add reviewers to pull requests -addReviewers: false +addReviewers: true # Set to true to add assignees to pull requests -addAssignees: true +addAssignees: false # A list of reviewers to be added to pull requests (GitHub user name) reviewers: - MattTJung - - MarkusSchilling - - BerndBayerlein # A number of reviewers added to the pull request # Set 0 to add all the reviewers (default: 0) @@ -16,8 +14,6 @@ numberOfReviewers: 0 # A list of assignees, overrides reviewers if set assignees: - MattTJung - - MarkusSchilling - - BerndBayerlein # A number of assignees to add to the pull request # Set to 0 to add all of the assignees. diff --git a/.github/workflows/pr_assign_action.yml b/.github/workflows/pr_assign_action.yml index 4e85719..1f8d62a 100644 --- a/.github/workflows/pr_assign_action.yml +++ b/.github/workflows/pr_assign_action.yml @@ -1,7 +1,7 @@ name: 'Auto Assign' on: pull_request: - types: [opened, ready_for_review] + types: [opened] jobs: add-reviews: