Update pull_request_dependabot.yml

This commit is contained in:
Francisco Hodge 2021-08-02 03:00:30 -07:00 committed by GitHub
parent fa1f1ad03d
commit 6a535fe822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,12 @@
name: Build PR (Dependabot)
on:
pull_request_target:
types: [labeled]
pull_request_target
jobs:
build:
runs-on: ${{ matrix.os }}
if: ${{ github.actor == 'dependabot' || github.actor == 'dependabot[bot]' }}
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
strategy:
matrix:
node-version: [12.x]