mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-16 00:11:07 +08:00
Update pull_request_dependabot.yml
This commit is contained in:
parent
fa1f1ad03d
commit
6a535fe822
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user