We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3de330 + f3ada26 commit f172a27Copy full SHA for f172a27
.github/workflows/update_yarn_lock.yaml
@@ -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
0 commit comments