Merge pull request #1054 from splunk/update_github_ci

Update GitHub ci
This commit is contained in:
Bhavin Patel
2021-01-04 09:43:12 -08:00
committed by GitHub
2 changed files with 17 additions and 4 deletions
+2 -4
View File
@@ -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.
+15
View File
@@ -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."