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