mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Update pull_request_dependabot.yml
This commit is contained in:
parent
93fce35b8d
commit
99a2614739
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user