Skip to content

Commit 832e04e

Browse files
authored
Merge pull request #528 from Fryguy/add_update_yarn_lock
Add workflow to update the yarn.lock file
2 parents ceb68cd + ec9de8f commit 832e04e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
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/ui-components
13+
secrets:
14+
pr_token: ${{ secrets.PR_TOKEN }}

0 commit comments

Comments
 (0)