diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index dcf1013ed2..07410358b5 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 @@ -27,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 # 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: diff --git a/automated_detection_testing/requirements.txt b/automated_detection_testing/requirements.txt index c22c2d1332..0265de64f3 100644 --- a/automated_detection_testing/requirements.txt +++ b/automated_detection_testing/requirements.txt @@ -13,7 +13,7 @@ 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 +boto3==1.16.47 botocore==1.19.47 certifi==2020.12.5 cffi==1.14.4