Skip to content

Commit c930bac

Browse files
authored
Remove cron job and use rnbot (#15019)
1 parent 6dff1ae commit c930bac

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/compliance-yarn-lock.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Weekly yarn.lock Refresh
1+
name: Refresh yarn.lock
22

33
on:
44
workflow_dispatch:
@@ -12,9 +12,6 @@ on:
1212
- 0.79-stable
1313
- 0.78-stable
1414

15-
schedule:
16-
- cron: '0 3 * * 1' # Every Monday at 3am UTC
17-
1815
jobs:
1916
refresh-lockfile:
2017
runs-on: ubuntu-latest
@@ -59,8 +56,8 @@ jobs:
5956
env:
6057
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6158
run: |
62-
git config user.name "github-actions[bot]"
63-
git config user.email "github-actions[bot]@users.noreply.github.com"
59+
git config user.name "React-Native-Windows Bot"
60+
git config user.email "53619745+rnbot@users.noreply.github.com"
6461
6562
BRANCH="chore/weekly-lock-refresh-${{ matrix.branch }}"
6663

0 commit comments

Comments
 (0)