From faf6040da4a371c1f3b5ae0c9da361d5f899ac06 Mon Sep 17 00:00:00 2001 From: MattTJung <124365945+MattTJung@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:23:29 +0100 Subject: [PATCH 1/4] Update auto_assign.yml --- .github/auto_assign.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index bab9bf0..4aa9ffd 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -7,8 +7,6 @@ addAssignees: true # 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. From fe870e008438fe0f71743d1de255038439f8063c Mon Sep 17 00:00:00 2001 From: MattTJung <124365945+MattTJung@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:25:18 +0100 Subject: [PATCH 2/4] Update pr_assign_action.yml --- .github/workflows/pr_assign_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_assign_action.yml b/.github/workflows/pr_assign_action.yml index 4e85719..96cfb36 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, edited] jobs: add-reviews: From fba54f684e78b6a7e9d12dfaf94b4465d0a2fc0f Mon Sep 17 00:00:00 2001 From: MattTJung <124365945+MattTJung@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:29:04 +0100 Subject: [PATCH 3/4] Update auto_assign.yml --- .github/auto_assign.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 4aa9ffd..f556502 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -1,8 +1,8 @@ # 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: From d7c6ec902fbbc9777f17dac983f0d357af03436a Mon Sep 17 00:00:00 2001 From: MattTJung <124365945+MattTJung@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:29:15 +0100 Subject: [PATCH 4/4] Update pr_assign_action.yml --- .github/workflows/pr_assign_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_assign_action.yml b/.github/workflows/pr_assign_action.yml index 96cfb36..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, edited] + types: [opened] jobs: add-reviews: