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 6dff1ae commit c930bacCopy full SHA for c930bac
.github/workflows/compliance-yarn-lock.yml
@@ -1,4 +1,4 @@
1
-name: Weekly yarn.lock Refresh
+name: Refresh yarn.lock
2
3
on:
4
workflow_dispatch:
@@ -12,9 +12,6 @@ on:
12
- 0.79-stable
13
- 0.78-stable
14
15
- schedule:
16
- - cron: '0 3 * * 1' # Every Monday at 3am UTC
17
-
18
jobs:
19
refresh-lockfile:
20
runs-on: ubuntu-latest
@@ -59,8 +56,8 @@ jobs:
59
56
env:
60
57
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
58
run: |
62
- git config user.name "github-actions[bot]"
63
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "React-Native-Windows Bot"
+ git config user.email "53619745+rnbot@users.noreply.github.com"
64
65
BRANCH="chore/weekly-lock-refresh-${{ matrix.branch }}"
66
0 commit comments