From df2a3cdea8483707b4299519e0a93210fe086a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 16:30:00 +0000 Subject: [PATCH 1/4] Bump boto3 from 1.16.44 to 1.16.47 Bumps [boto3](https://github.com/boto/boto3) from 1.16.44 to 1.16.47. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.16.44...1.16.47) Signed-off-by: dependabot[bot] --- automated_detection_testing/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated_detection_testing/requirements.txt b/automated_detection_testing/requirements.txt index abb8318509..887a977919 100644 --- a/automated_detection_testing/requirements.txt +++ b/automated_detection_testing/requirements.txt @@ -13,8 +13,8 @@ azure-mgmt-core==1.2.2 azure-mgmt-network==17.0.0 azure-mgmt-resource==15.0.0 bcrypt==3.2.0 -boto3==1.16.44 -botocore==1.19.44 +boto3==1.16.47 +botocore==1.19.47 certifi==2020.12.5 cffi==1.14.4 cfgv==2.0.1 From 1ce04e24ed42aae1a1519c7a521d547f31779993 Mon Sep 17 00:00:00 2001 From: divious1 Date: Mon, 4 Jan 2021 13:24:37 -0500 Subject: [PATCH 2/4] adding michael --- .github/auto_assign.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index dcf1013ed2..5db35bd6e3 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -7,6 +7,7 @@ addAssignees: false # A list of reviewers to be added to pull requests (GitHub user name) reviewers: - d1vious + - mhaggis - rosplk - patel-bhavin - P4T12ICK @@ -17,8 +18,9 @@ numberOfReviewers: 1 assignees: - d1vious + - mhaggis - patel-bhavin - - rsfl + - rosplk - P4T12ICK # A number of assignees to add to the pull request From 9e88cf439d65373a7097c8db44bde5cea3f08d24 Mon Sep 17 00:00:00 2001 From: divious1 Date: Mon, 4 Jan 2021 13:24:55 -0500 Subject: [PATCH 3/4] renamed files --- .github/workflows/auto-approve.yml | 2 +- .github/{auto_update.yml => workflows/auto-update.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/{auto_update.yml => workflows/auto-update.yml} (95%) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index e9fa81d434..c149be16e8 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -1,4 +1,4 @@ -name: Auto approve +name: auto-approve on: pull_request jobs: diff --git a/.github/auto_update.yml b/.github/workflows/auto-update.yml similarity index 95% rename from .github/auto_update.yml rename to .github/workflows/auto-update.yml index f7f2f8f8f1..cbc2d77ce1 100644 --- a/.github/auto_update.yml +++ b/.github/workflows/auto-update.yml @@ -1,4 +1,4 @@ -name: autoupdate +name: auto-update on: push: {} jobs: From 0bfe69214e0df280707778c8bac0f4fdb18fd4f2 Mon Sep 17 00:00:00 2001 From: divious1 Date: Mon, 4 Jan 2021 13:27:03 -0500 Subject: [PATCH 4/4] added ignores --- .github/auto_assign.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 5db35bd6e3..07410358b5 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -29,6 +29,8 @@ assignees: numberOfAssignees: 1 # A list of keywords to be skipped the process that add reviewers if pull requests include it -# skipKeywords: -# - wip +skipKeywords: + - wip + - dependabot + - dependencies #