Skip to content

Commit

Permalink
New cron time. Fixed PR title.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Apr 15, 2020
1 parent 8d41f21 commit 81ff452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CRON.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check for updates
on:
schedule:
# Run every day at 5.00 AM UTC
- cron: "45 8 * * *"
- cron: "0 5 * * *"

jobs:
check:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ChristophShyper/action-pull-request@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
title: "${{ github.event.commits[0].message }}"
title: "[AUTO] Bump for ${{ env.VERSION_TAG }}"
assignee: "${{ github.actor }}"
label: "auto,version-update"
template: ".github/PULL_REQUEST_TEMPLATE.md"

0 comments on commit 81ff452

Please sign in to comment.