diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 2e4a295..4363d38 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -7,10 +7,8 @@ on: # Allow to manually trigger the workflow workflow_dispatch: # Run it every day at 6:00 UTC -# schedule: -# - cron: '0 6 * * *' schedule: - - cron: '*/5 * * * *' + - cron: '0 6 * * *' jobs: updater: runs-on: ubuntu-latest @@ -42,10 +40,11 @@ jobs: committer: 'yunohost-bot ' author: 'yunohost-bot ' signoff: false - branch: ci-auto-update-v${{ env.VERSION }} base: testing + branch: ci-auto-update-v${{ env.VERSION }} delete-branch: true title: 'Upgrade to version ${{ env.VERSION }}' body: | Upgrade to v${{ env.VERSION }} + [See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }}) draft: false