mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
name: auto-merge
|
||||
name: automerge
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
automerge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
with:
|
||||
target: minor
|
||||
github-token: ${{ secrets.AUTOMERGE }}
|
||||
|
||||
- name: Print the name of the actor
|
||||
run: |
|
||||
echo "The name of the actor is [${{ github.actor }}]"
|
||||
- name: automerge
|
||||
uses: "pascalgn/automerge-action@v0.14.3"
|
||||
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.PROTECTED_BRANCH_PUSH_TOKEN }}"
|
||||
Reference in New Issue
Block a user