Skip to content

Commit f3ada26

Browse files
committed
Centralize the update yarn.lock workflow to the .github repo
1 parent be6c3ef commit f3ada26

File tree

2 files changed

+14
-44
lines changed

2 files changed

+14
-44
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Update yarn.lock
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * 0'
7+
8+
jobs:
9+
update-yarn-lock:
10+
uses: manageiq/.github/.github/workflows/update_yarn_lock.yaml@master
11+
with:
12+
pr_repository: miq-bot/manageiq-ui-service
13+
secrets:
14+
pr_token: ${{ secrets.PR_TOKEN }}

.github/workflows/yarn_lock.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)