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.
1 parent be6c3ef commit f3ada26Copy full SHA for f3ada26
.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