mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
@@ -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.
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user