Skip to content

Commit f172a27

Browse files
Merge pull request #1969 from Fryguy/central_update_yarn_lock
Centralize the update yarn.lock workflow to the .github repo
2 parents d3de330 + f3ada26 commit f172a27

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)