Skip to content

Update yarn.lock

Update yarn.lock #1

name: Update yarn.lock
on:
push:
branches:
- master
paths:
- package.json
- yarn.lock
schedule:
- cron: 0 0 * * 0
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
permissions:
contents: read
jobs:
update-yarn-lock:
uses: manageiq/.github/.github/workflows/update_yarn_lock.yaml@master
with:
pr_repository: miq-bot/manageiq-ui-classic
secrets:
pr_token: "${{ secrets.PR_TOKEN }}"