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