From 4a4b1de4bd3fd90e54a2e8ced0cbf99325466515 Mon Sep 17 00:00:00 2001 From: Emilio Garcia Date: Fri, 2 Aug 2024 11:42:03 -0400 Subject: [PATCH] tweaks to auto assign, and bump version --- .github/auto_assign.yml | 2 +- .github/workflows/autoassign.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 577a2b50a..d023b4236 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -2,7 +2,7 @@ addReviewers: true # Set to true to add assignees to pull requests -addAssignees: false +addAssignees: true # A list of reviewers to be added to pull requests (GitHub user name) reviewers: diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 2960b1772..093e194ac 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -7,4 +7,4 @@ jobs: add-reviews: runs-on: ubuntu-latest steps: - - uses: kentaro-m/auto-assign-action@v1.2.0 \ No newline at end of file + - uses: kentaro-m/auto-assign-action@v2.0.0 \ No newline at end of file