File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: update_cli_bundles
33on :
44 schedule :
55 # weekly on mondays at 8 am utc
6- - cron : ' 0 8 * * 1'
6+ - cron : " 0 8 * * 1"
77 workflow_dispatch :
88
99jobs :
2222
2323 - name : Config Git User
2424 run : |
25- git config user.name VGV Bot
26- git config user.email vgvbot @users.noreply.github.com
25+ git config user.name Dart Frog Bot
26+ git config user.email dart-frog @users.noreply.github.com
2727
2828 - name : Create Pull Request
2929 uses : peter-evans/create-pull-request@v7.0.8
3434 title : " feat(dart_frog_cli): update cli bundles"
3535 body : Please squash and merge me!
3636 labels : bot
37- author : VGV Bot <vgvbot@users.noreply.github.com>
38- assignees : vgvbot
39- committer : VGV Bot <vgvbot@users.noreply.github.com>
37+ author : Dart Frog Bot <dart-frog@users.noreply.github.com>
38+ committer : Dart Frog Bot <dart-frog@users.noreply.github.com>
You can’t perform that action at this time.
0 commit comments