From dd783df86d4ad44541279e1304ed8b9f42b2f21c Mon Sep 17 00:00:00 2001 From: divious1 Date: Sun, 3 Jan 2021 11:07:14 -0500 Subject: [PATCH 1/3] adding auto updates to dependecies --- .github/auto_update.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/auto_update.yml diff --git a/.github/auto_update.yml b/.github/auto_update.yml new file mode 100644 index 0000000000..f7f2f8f8f1 --- /dev/null +++ b/.github/auto_update.yml @@ -0,0 +1,15 @@ +name: autoupdate +on: + push: {} +jobs: + autoupdate: + name: autoupdate + runs-on: ubuntu-18.04 + steps: + - uses: docker://chinthakagodawita/autoupdate-action:v1 + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + DRY_RUN: "false" + PR_FILTER: "labelled" + PR_LABELS: "autoupdate,dependencies,integration" + MERGE_MSG: "Branch was auto-updated." From 3ab70a9d8cc93ff41af0c7242e94ce45dfcce164 Mon Sep 17 00:00:00 2001 From: divious1 Date: Mon, 4 Jan 2021 10:44:32 -0500 Subject: [PATCH 2/3] updated auto assign --- .github/auto_assign.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 1089972b90..dbd816b246 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -7,7 +7,7 @@ addAssignees: false # A list of reviewers to be added to pull requests (GitHub user name) reviewers: - d1vious - - rvaldez617 + - rosplk - patel-bhavin - P4T12ICK @@ -17,11 +17,8 @@ numberOfReviewers: 1 assignees: - d1vious - - rvaldez617 - patel-bhavin - rsfl - - jcbrewer5D6400 - - philroyer-phantom # A number of assignees to add to the pull request # Set to 0 to add all of the assignees. From 0cd7680dc1b41e107c3956f8c79d273687a703b1 Mon Sep 17 00:00:00 2001 From: divious1 Date: Mon, 4 Jan 2021 11:00:38 -0500 Subject: [PATCH 3/3] adding patrick --- .github/auto_assign.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index dbd816b246..dcf1013ed2 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -19,6 +19,7 @@ assignees: - d1vious - patel-bhavin - rsfl + - P4T12ICK # A number of assignees to add to the pull request # Set to 0 to add all of the assignees.