diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 1089972b90..dcf1013ed2 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,9 @@ numberOfReviewers: 1 assignees: - d1vious - - rvaldez617 - patel-bhavin - rsfl - - jcbrewer5D6400 - - philroyer-phantom + - P4T12ICK # A number of assignees to add to the pull request # Set to 0 to add all of the assignees. 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."