This commit is contained in:
Tomas Votruba 2020-11-12 21:40:13 +00:00
parent 4318df9c17
commit 14396a0d38

View File

@ -1,7 +1,6 @@
name: Daily Pull Requests
on:
# to try it out
schedule:
# https://crontab.guru/once-a-day
- cron: "0 0 * * *"
@ -53,6 +52,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "[automated] ${{ matrix.actions.name }}"
base: 'master'
branch: ${{ matrix.actions.name }}
branch: ${{ matrix.actions.branch }}
title: '[automated] ${{ matrix.actions.name }}'
delete-branch: true