Update pull_request_dependabot.yml

This commit is contained in:
Francisco Hodge 2021-08-02 03:33:11 -07:00 committed by GitHub
parent 93fce35b8d
commit 99a2614739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
name: Build PR (Dependabot) name: Build PR (Dependabot)
on: on:
pull_request_target pull_request_target:
types: [labeled]
jobs: jobs:
build: build:
@ -12,7 +13,9 @@ jobs:
node-version: [12.x] node-version: [12.x]
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js ${{ matrix.node_version }} - name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with: